summaryrefslogtreecommitdiff
path: root/chachapoly.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-30 01:45:09 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-30 01:45:09 -0500
commitc1ad534038f044c4428eac21318b0d55927cfabd (patch)
tree13c1f290400ca9c3bcb3d9fb531140d43dd73556 /chachapoly.h
parent38f694924f8473bde2f2843ea5731e326203d671 (diff)
downloadcryptopp-git-c1ad534038f044c4428eac21318b0d55927cfabd.tar.gz
Update comments
Diffstat (limited to 'chachapoly.h')
-rw-r--r--chachapoly.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chachapoly.h b/chachapoly.h
index 5f7e92e6..01637671 100644
--- a/chachapoly.h
+++ b/chachapoly.h
@@ -120,6 +120,7 @@ protected:
};
/// \brief ChaCha20Poly1305 cipher final implementation
+/// \tparam T_ForwardTransform flag indicating cipher direction
/// \details ChaCha20Poly1305 is an authenticated encryption scheme that combines
/// ChaCha20TLS and Poly1305TLS. The scheme is defined in RFC 8439, section 2.8,
/// AEAD_CHACHA20_POLY1305 construction, and uses the IETF versions of ChaCha