~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to shark.h

  • Committer: weidai
  • Date: 2007-05-04 15:04:58 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:328
reduce risk of random number reuse after VM rollback

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl<SHARK_Info>
26
26
        {
27
27
        public:
28
 
                void UncheckedSetKey(CipherDir dir, const byte *key, unsigned int length, unsigned int rounds);
 
28
                void UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &param);
29
29
 
30
30
        protected:
31
31
                unsigned int m_rounds;