summaryrefslogtreecommitdiff
path: root/poly1305.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-12-18 03:42:34 -0500
committerJeffrey Walton <noloader@gmail.com>2016-12-18 03:42:34 -0500
commitba00b9e46be65b7cae07b918b811f35270de5fd8 (patch)
tree62f4d1f3cdc08227ebf1ae339aa4f042d6227bb3 /poly1305.h
parent86b89cd18b9df59eee1d2562a94d80665241b392 (diff)
downloadcryptopp-git-ba00b9e46be65b7cae07b918b811f35270de5fd8.tar.gz
Add debug/release options to cryptest.nmake. Update to make PHONE_APP default for ARM builds
Diffstat (limited to 'poly1305.h')
-rw-r--r--poly1305.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/poly1305.h b/poly1305.h
index 3cf37121..aecec7d0 100644
--- a/poly1305.h
+++ b/poly1305.h
@@ -103,6 +103,7 @@ protected:
//! \class Poly1305
//! \brief Poly1305 message authentication code
+//! \tparam T class derived from BlockCipherDocumentation with 16-byte key and 16-byte blocksize
//! \details Poly1305-AES is a state-of-the-art message-authentication code suitable for a wide
//! variety of applications. Poly1305-AES computes a 16-byte authenticator of a variable-length
//! message, using a 16-byte AES key, a 16-byte additional key, and a 16-byte nonce.