From e553818e00684e8905ede16e53aa490c153b7e7a Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 9 Dec 2006 17:18:13 +0000 Subject: add Salsa20 cipher git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@247 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test.cpp') 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; } -- cgit v1.2.1