aboutsummaryrefslogtreecommitdiff
path: root/crypto/siphash
AgeCommit message (Expand)AuthorFilesLines
2021-03-17Fix a TODO(3.0) in the siphash codeMatt Caswell2-29/+0
2021-03-11Update copyright yearMatt Caswell2-2/+2
2021-02-28siphash: Add the C and D round parameters for SipHash.Pauli2-9/+10
2020-08-29Delete unused PKEY MAC filesMatt Caswell2-125/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre2-4/+4
2019-08-15Move SipHash to providersRichard Levitte2-147/+0
2019-06-06Change EVP_MAC method from copy to dupKurt Roeckx1-3/+10
2018-12-06Following the license change, modify the boilerplates in crypto/siphash/Richard Levitte4-4/+4
2018-11-12Fix SipHash init order.Richard Levitte1-1/+13
2018-10-30EVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2-206/+0
2018-10-30EVP_MAC: Add SipHash implementationRichard Levitte2-0/+140
2018-09-11Update copyright yearMatt Caswell1-1/+1
2018-09-09SipHash: add separate setter for the hash sizeRichard Levitte2-20/+25
2018-09-09SipHash: make it possible to control the hash size through string controlsRichard Levitte1-0/+6
2018-06-08Add support getting raw private/public keysMatt Caswell1-0/+21
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-05Set error code if alloc returns NULLRich Salz1-2/+4
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-15Add support for setting raw private SIPHASH keysMatt Caswell1-1/+35
2017-10-13Remove email addresses from source code.Rich Salz1-4/+2
2017-05-11Fix gcc-7 warnings.Bernd Edlinger1-0/+6
2017-02-01Add support for parameterized SipHashTodd Short5-0/+532