mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
BlockAlignment()
This commit is contained in:
parent
f7f1e82b0c
commit
2afaa0e2a8
@ -27,6 +27,7 @@ class Camellia : public Camellia_Info, public BlockCipherDocumentation
|
|||||||
public:
|
public:
|
||||||
void UncheckedSetKey(CipherDir dir, const byte *key, unsigned int keylen);
|
void UncheckedSetKey(CipherDir dir, const byte *key, unsigned int keylen);
|
||||||
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
|
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
|
||||||
|
unsigned int BlockAlignment() const {return 8;}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
static word64 F(word64 X);
|
static word64 F(word64 X);
|
||||||
|
Loading…
Reference in New Issue
Block a user