]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add EVP demo for Poly1305 demonstrating Poly1305-AES
authorHugo Landau <hlandau@openssl.org>
Wed, 2 Mar 2022 09:50:41 +0000 (09:50 +0000)
committerPauli <pauli@openssl.org>
Sun, 6 Mar 2022 22:22:29 +0000 (09:22 +1100)
commit3dafeacef8d7bf82e462cc52659681108db42e43
tree8ba106c5209b7a87b30efa427c1f9280de13c389
parent26efd0b37714dd1f3557c6b6c32822fc99fe1d9b
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)
demos/README.txt
demos/mac/Makefile [new file with mode: 0644]
demos/mac/poly1305.c [new file with mode: 0644]