~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to ttmac.cpp

  • 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:
6
6
 
7
7
NAMESPACE_BEGIN(CryptoPP)
8
8
 
9
 
void TTMAC_Base::UncheckedSetKey(const byte *userKey, unsigned int keylength, const NameValuePairs &)
 
9
void TTMAC_Base::UncheckedSetKey(const byte *userKey, unsigned int keylength)
10
10
{
11
11
        AssertValidKeyLength(keylength);
12
12