summaryrefslogtreecommitdiff
path: root/camellia.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2006-07-17 14:52:18 +0000
committerweidai <weidai11@users.noreply.github.com>2006-07-17 14:52:18 +0000
commit2afaa0e2a87f3a7263324ab6d26647851da07239 (patch)
tree8b5be53895b879129b12de1a468504253c31cb2b /camellia.h
parentf7f1e82b0c9322564bde2db470f3acd2040e800b (diff)
downloadcryptopp-git-2afaa0e2a87f3a7263324ab6d26647851da07239.tar.gz
BlockAlignment()
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 02a18783..3e44efa0 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);