Make UncheckedKeySet and ProcessXorBlocks protected

pull/416/head
Jeffrey Walton 2017-05-06 00:21:24 -04:00
parent 02df6ea847
commit 06092259c2
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

2
aria.h
View File

@ -43,7 +43,7 @@ class ARIA : public ARIA_Info, public BlockCipherDocumentation
public:
class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl<ARIA_Info>
{
public:
protected:
void UncheckedSetKey(const byte *key, unsigned int keylen, const NameValuePairs &params);
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;