This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
openssl
Watch
0
Star
0
Fork
0
You've already forked openssl
mirror of
https://github.com/openssl/openssl.git
synced
2025-01-10 20:13:48 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bcf082d130
openssl
/
crypto
/
siphash
/
build.info
6 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add support for parameterized SipHash The core SipHash supports either 8 or 16-byte output and a configurable number of rounds. The default behavior, as added to EVP, is to use 16-byte output and 2,4 rounds, which matches the behavior of most implementations. There is an EVP_PKEY_CTRL that can control the output size. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2216)
2017-01-12 05:38:44 +08:00
LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
siphash.c \
EVP_MAC: Add SipHash implementation Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/7494)
2018-10-25 06:17:45 +08:00
siphash_meth.c \
Add support for parameterized SipHash The core SipHash supports either 8 or 16-byte output and a configurable number of rounds. The default behavior, as added to EVP, is to use 16-byte output and 2,4 rounds, which matches the behavior of most implementations. There is an EVP_PKEY_CTRL that can control the output size. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2216)
2017-01-12 05:38:44 +08:00
siphash_ameth.c
Reference in New Issue
Copy Permalink