EVP_MAC: Add SipHash implementation
authorRichard Levitte <levitte@openssl.org>
Wed, 24 Oct 2018 22:17:45 +0000 (00:17 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 30 Oct 2018 07:09:07 +0000 (08:09 +0100)
commitc89d9cdab1727553e3cfa964e9f082cbc5a194c2
tree5b26c9223e983f0ef1624d166b77759081af8b71
parentcf3d6ef7af7d6c47f5ccd4ce58d822972018b21c
EVP_MAC: Add SipHash implementation

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7494)
crypto/evp/c_allm.c
crypto/include/internal/evp_int.h
crypto/siphash/build.info
crypto/siphash/siphash_meth.c [new file with mode: 0644]
doc/man3/EVP_MAC.pod
doc/man7/EVP_MAC_SIPHASH.pod [new file with mode: 0644]
include/openssl/evp.h
test/recipes/30-test_evp_data/evpmac.txt