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:55 +0000 (09:22 +1100)
commit86258d492ed1d3c6d337386a35146d3be9ef31d0
treeb3d5a6ccc52af7c756c19aabee4d7cc186bf8b0d
parentc43e27090d35d28555754f30b0f224edb371e54e
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)

(cherry picked from commit 3dafeacef8d7bf82e462cc52659681108db42e43)
demos/README.txt
demos/mac/Makefile [new file with mode: 0644]
demos/mac/poly1305.c [new file with mode: 0644]