summaryrefslogtreecommitdiffstats
path: root/crypto/siphash
AgeCommit message (Expand)Author
2022-10-12crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-05-03Update copyright yearMatt Caswell
2022-04-27siphash: Fail finalization on uninitialized siphash contextTomas Mraz
2021-03-17Fix a TODO(3.0) in the siphash codeMatt Caswell
2021-03-11Update copyright yearMatt Caswell
2021-02-28siphash: Add the C and D round parameters for SipHash.Pauli
2020-08-29Delete unused PKEY MAC filesMatt Caswell
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-15Move SipHash to providersRichard Levitte
2019-06-06Change EVP_MAC method from copy to dupKurt Roeckx
2018-12-06Following the license change, modify the boilerplates in crypto/siphash/Richard Levitte
2018-11-12Fix SipHash init order.Richard Levitte
2018-10-30EVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte
2018-10-30EVP_MAC: Add SipHash implementationRichard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-09-09SipHash: add separate setter for the hash sizeRichard Levitte
2018-09-09SipHash: make it possible to control the hash size through string controlsRichard Levitte
2018-06-08Add support getting raw private/public keysMatt Caswell
2018-04-17Update copyright yearRichard Levitte
2018-04-05Set error code if alloc returns NULLRich Salz
2018-03-20Update copyright yearMatt Caswell
2018-03-15Add support for setting raw private SIPHASH keysMatt Caswell
2017-10-13Remove email addresses from source code.Rich Salz
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-02-01Add support for parameterized SipHashTodd Short