]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add EVP demo for SIPHASH
authorHugo Landau <hlandau@openssl.org>
Wed, 2 Mar 2022 07:38:15 +0000 (07:38 +0000)
committerTomas Mraz <tomas@openssl.org>
Mon, 14 Mar 2022 09:28:24 +0000 (10:28 +0100)
commit864853988e80517a563d2423d4fb742323995433
treef73d46b5427a4baa362461820ded4741d1bea82f
parente04c2c02e8e6b9ec71d93c26c14167ceb2165ce8
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)
demos/README.txt
demos/mac/siphash.c [new file with mode: 0644]