summaryrefslogtreecommitdiff
path: root/ccm.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2009-03-12 11:24:12 +0000
committerweidai <weidai11@users.noreply.github.com>2009-03-12 11:24:12 +0000
commit2779fc60506e2042ab1569ffad4061f1187d186c (patch)
tree68edc0bccf003f5615716b3ae2d6b97067af39c4 /ccm.h
parent64af4560dc8ba66ef0e2ac3b05dec6f445ec96fe (diff)
downloadcryptopp-git-2779fc60506e2042ab1569ffad4061f1187d186c.tar.gz
- add EAX mode, XSalsa20
- speed up GCM key setup - wipe stack in AES assembly code - speed up CFB mode
Diffstat (limited to 'ccm.h')
-rw-r--r--ccm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccm.h b/ccm.h
index e84b45cd..2f3c56b4 100644
--- a/ccm.h
+++ b/ccm.h
@@ -36,7 +36,7 @@ public:
{return 7;}
unsigned int MaxIVLength() const
{return 13;}
- unsigned int DigestSize(void) const
+ unsigned int DigestSize() const
{return m_digestSize;}
lword MaxHeaderLength() const
{return W64LIT(0)-1;}