diff options
author | weidai <weidai11@users.noreply.github.com> | 2006-07-17 14:52:18 +0000 |
---|---|---|
committer | weidai <weidai11@users.noreply.github.com> | 2006-07-17 14:52:18 +0000 |
commit | 2afaa0e2a87f3a7263324ab6d26647851da07239 (patch) | |
tree | 8b5be53895b879129b12de1a468504253c31cb2b /camellia.h | |
parent | f7f1e82b0c9322564bde2db470f3acd2040e800b (diff) | |
download | cryptopp-git-2afaa0e2a87f3a7263324ab6d26647851da07239.tar.gz |
BlockAlignment()
Diffstat (limited to 'camellia.h')
-rw-r--r-- | camellia.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |