From 8fef719b612efff833521d33a11ae5389c5f7924 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 17 Jul 2006 14:52:18 +0000 Subject: BlockAlignment() git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@230 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- camellia.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camellia.h') diff --git a/camellia.h b/camellia.h index 02a1878..3e44efa 100644 --- a/camellia.h +++ b/camellia.h @@ -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); -- cgit v1.2.1