~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to rc6.h

  • Committer: noloader
  • Date: 2015-07-16 04:38:08 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:590
Added targets for UBsan and Asan

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl<RC6_Info>
23
23
        {
24
24
        public:
25
 
                void UncheckedSetKey(CipherDir direction, const byte *userKey, unsigned int length, unsigned int rounds);
 
25
                void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);
26
26
 
27
27
        protected:
28
28
                unsigned int r;       // number of rounds