Make UncheckedKeySet and ProcessXorBlocks protected
parent
02df6ea847
commit
06092259c2
2
aria.h
2
aria.h
|
|
@ -43,7 +43,7 @@ class ARIA : public ARIA_Info, public BlockCipherDocumentation
|
||||||
public:
|
public:
|
||||||
class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl<ARIA_Info>
|
class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl<ARIA_Info>
|
||||||
{
|
{
|
||||||
public:
|
protected:
|
||||||
void UncheckedSetKey(const byte *key, unsigned int keylen, const NameValuePairs ¶ms);
|
void UncheckedSetKey(const byte *key, unsigned int keylen, const NameValuePairs ¶ms);
|
||||||
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
|
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue