This website requires JavaScript.
Explore
Help
Sign In
mirror
/
openssl
Watch
2
Star
0
Fork
0
You've already forked openssl
mirror of
https://github.com/openssl/openssl.git
synced
2024-12-21 06:09:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
358103b4a6
openssl
/
crypto
/
siphash
/
build.info
4 lines
58 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]=\
Delete unused PKEY MAC files Now that the all the legacy PKEY MAC bridge code has been moved to the providers we no longer need the old bridge and it can be removed. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12637)
2020-08-12 20:41:59 +08:00
siphash.c
Reference in New Issue
Copy Permalink