summaryrefslogtreecommitdiffstats
path: root/demos/README.txt
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-03-02 09:50:41 +0000
committerPauli <pauli@openssl.org>2022-03-07 09:22:29 +1100
commit3dafeacef8d7bf82e462cc52659681108db42e43 (patch)
tree8ba106c5209b7a87b30efa427c1f9280de13c389 /demos/README.txt
parent26efd0b37714dd1f3557c6b6c32822fc99fe1d9b (diff)
Add EVP demo for Poly1305 demonstrating Poly1305-AES
Fixes #14122. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17796)
Diffstat (limited to 'demos/README.txt')
-rw-r--r--demos/README.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/README.txt b/demos/README.txt
index cec0daeb6a..42b464bc0e 100644
--- a/demos/README.txt
+++ b/demos/README.txt
@@ -30,6 +30,7 @@ scrypt.c Demonstration of SCRYPT password based key derivation
mac:
gmac.c Demonstration of GMAC message authentication
+poly1305.c Demonstration of Poly1305-AES message authentication
pkey:
EVP_PKEY_EC_keygen.c Generate an EC key.