BlockAlignment()
parent
f7f1e82b0c
commit
2afaa0e2a8
|
|
@ -27,6 +27,7 @@ class Camellia : public Camellia_Info, public BlockCipherDocumentation
|
|||
public:
|
||||
void UncheckedSetKey(CipherDir dir, const byte *key, unsigned int keylen);
|
||||
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
|
||||
unsigned int BlockAlignment() const {return 8;}
|
||||
|
||||
protected:
|
||||
static word64 F(word64 X);
|
||||
|
|
|
|||
Loading…
Reference in New Issue