summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.cpp b/test.cpp
index 97785c8..6a8f264 100644
--- a/test.cpp
+++ b/test.cpp
@@ -811,6 +811,7 @@ bool Validate(int alg, bool thorough, const char *seed)
case 61: result = ValidateCamellia(); break;
case 62: result = ValidateWhirlpool(); break;
case 63: result = ValidateTTMAC(); break;
+ case 64: result = ValidateSalsa(); break;
default: result = ValidateAll(thorough); break;
}