~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to validate.h

  • Committer: weidai
  • Date: 2006-12-09 17:18:13 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:247
add Salsa20 cipher

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
bool ValidateSerpent();
53
53
bool ValidateSHACAL2();
54
54
bool ValidateCamellia();
 
55
bool ValidateSalsa();
55
56
 
56
57
bool ValidateBBS();
57
58
bool ValidateDH();