]> git.ipfire.org Git - thirdparty/openssl.git/commit
demo: add GMAC demonstration program
authorPauli <pauli@openssl.org>
Tue, 20 Jul 2021 05:04:49 +0000 (15:04 +1000)
committerPauli <pauli@openssl.org>
Thu, 29 Jul 2021 23:10:21 +0000 (09:10 +1000)
commit58bd45d86fcf7afc95a542de0a9b1d07eda1c7e6
treeb780f6089b91d793299f969da4281421aeaae293
parentb5557666bda56ce4b9464a3dbc65e2a1fa1e482b
demo: add GMAC demonstration program

Test vector from NIST's GCM mode suite.

Fixes #14123

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/16113)
demos/README.txt
demos/mac/gmac.c [new file with mode: 0644]