~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to mars.cpp

  • Committer: weidai
  • Date: 2007-05-04 15:36:15 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:339
fix compile

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
};
39
39
NAMESPACE_END
40
40
 
41
 
void MARS::Base::UncheckedSetKey(CipherDir direction, const byte *userKey, unsigned int length)
 
41
void MARS::Base::UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &)
42
42
{
43
43
        AssertValidKeyLength(length);
44
44