From a36c71ecb6840ff799546ccaf665e55f6a6ed5dc Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 12 Mar 2009 11:24:12 +0000 Subject: - add EAX mode, XSalsa20 - speed up GCM key setup - wipe stack in AES assembly code - speed up CFB mode git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@444 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- gcm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcm.h') diff --git a/gcm.h b/gcm.h index 6be06d4..851ae80 100644 --- a/gcm.h +++ b/gcm.h @@ -35,7 +35,7 @@ public: {return 1;} unsigned int MaxIVLength() const {return UINT_MAX;} // (W64LIT(1)<<61)-1 in the standard - unsigned int DigestSize(void) const + unsigned int DigestSize() const {return 16;} lword MaxHeaderLength() const {return (W64LIT(1)<<61)-1;} -- cgit v1.2.1