summaryrefslogtreecommitdiff
path: root/camellia.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-07-17 14:52:18 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-07-17 14:52:18 +0000
commit8fef719b612efff833521d33a11ae5389c5f7924 (patch)
tree8b5be53895b879129b12de1a468504253c31cb2b /camellia.h
parent4ccae9d9f58f8197d415c7c85360a39bbb730306 (diff)
downloadcryptopp-8fef719b612efff833521d33a11ae5389c5f7924.tar.gz
BlockAlignment()
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@230 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'camellia.h')
-rw-r--r--camellia.h1
1 files changed, 1 insertions, 0 deletions
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);