~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to skipjack.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:
78
78
/**
79
79
 * Preprocess a user key into a table to save an XOR at each F-table access.
80
80
 */
81
 
void SKIPJACK::Base::UncheckedSetKey(CipherDir dir, const byte *key, unsigned int length)
 
81
void SKIPJACK::Base::UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &)
82
82
{
83
83
        AssertValidKeyLength(length);
84
84