summaryrefslogtreecommitdiff
path: root/camellia.h
diff options
context:
space:
mode:
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);