diff options
Diffstat (limited to 'checks/algos.cpp')
-rw-r--r-- | checks/algos.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/algos.cpp b/checks/algos.cpp index 1a95773aa..4ce6ea3b6 100644 --- a/checks/algos.cpp +++ b/checks/algos.cpp @@ -56,6 +56,7 @@ std::vector<algorithm> get_algos() algos.push_back(algorithm("Cipher Mode", "AES-128/EAX", 16, 16)); algos.push_back(algorithm("Stream Cipher", "ARC4", 16)); + algos.push_back(algorithm("Stream Cipher", "Salsa20", 32)); algos.push_back(algorithm("Stream Cipher", "Turing", 32)); algos.push_back(algorithm("Stream Cipher", "WiderWake4+1", "WiderWake4+1-BE", 16, 8)); |