summaryrefslogtreecommitdiff
path: root/poly1305.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-27 06:56:12 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-27 06:56:12 -0500
commit0186d31be046a588ca2282a8b029cbcf70adf6cd (patch)
tree53c9e006a7560e0e3f359c6d205f5da8a8889283 /poly1305.h
parentd852c18fe88f668b6c8cc0867be1ecd47f6bd3ae (diff)
downloadcryptopp-git-0186d31be046a588ca2282a8b029cbcf70adf6cd.tar.gz
Update documentation
Diffstat (limited to 'poly1305.h')
-rw-r--r--poly1305.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/poly1305.h b/poly1305.h
index f1158c9d..e02c9c6b 100644
--- a/poly1305.h
+++ b/poly1305.h
@@ -2,7 +2,7 @@
// Based on Andy Polyakov's Base-2^26 scalar multiplication implementation.
// For more information, see https://www.openssl.org/~appro/cryptogams/.
-// The library added Bernstein's Poly1305 classses at Crypto++ 5.6.4. The IETF
+// The library added Bernstein's Poly1305 classses at Crypto++ 6.0. The IETF
// uses a slightly different implementation than Bernstein, and the IETF
// classes were added at Crypto++ 8.1. We wanted to maintain ABI compatibility
// at the 8.1 release so the original Poly1305 classes were not disturbed.