summaryrefslogtreecommitdiffstats
path: root/demos/README.txt
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-03-02 07:38:15 +0000
committerTomas Mraz <tomas@openssl.org>2022-03-14 10:28:24 +0100
commit864853988e80517a563d2423d4fb742323995433 (patch)
treef73d46b5427a4baa362461820ded4741d1bea82f /demos/README.txt
parente04c2c02e8e6b9ec71d93c26c14167ceb2165ce8 (diff)
Add EVP demo for SIPHASH
Fixes #14121. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17793)
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 d000c7c004..7b6ce6543b 100644
--- a/demos/README.txt
+++ b/demos/README.txt
@@ -31,6 +31,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
+siphash.c Demonstration of SIPHASH message authentication
pkey:
EVP_PKEY_EC_keygen.c Generate an EC key.