summaryrefslogtreecommitdiff
path: root/crypto/siphash
Commit message (Expand)AuthorAgeFilesLines
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-6/+6
* Update copyright yearMatt Caswell2022-05-031-1/+1
* siphash: Fail finalization on uninitialized siphash contextTomas Mraz2022-04-271-1/+1
* Fix a TODO(3.0) in the siphash codeMatt Caswell2021-03-172-29/+0
* Update copyright yearMatt Caswell2021-03-112-2/+2
* siphash: Add the C and D round parameters for SipHash.Pauli2021-02-282-9/+10
* Delete unused PKEY MAC filesMatt Caswell2020-08-292-125/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-282-4/+4
* Move SipHash to providersRichard Levitte2019-08-152-147/+0
* Change EVP_MAC method from copy to dupKurt Roeckx2019-06-061-3/+10
* Following the license change, modify the boilerplates in crypto/siphash/Richard Levitte2018-12-064-4/+4
* Fix SipHash init order.Richard Levitte2018-11-121-1/+13
* EVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2018-10-302-206/+0
* EVP_MAC: Add SipHash implementationRichard Levitte2018-10-302-0/+140
* Update copyright yearMatt Caswell2018-09-111-1/+1
* SipHash: add separate setter for the hash sizeRichard Levitte2018-09-092-20/+25
* SipHash: make it possible to control the hash size through string controlsRichard Levitte2018-09-091-0/+6
* Add support getting raw private/public keysMatt Caswell2018-06-081-0/+21
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code if alloc returns NULLRich Salz2018-04-051-2/+4
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Add support for setting raw private SIPHASH keysMatt Caswell2018-03-151-1/+35
* Remove email addresses from source code.Rich Salz2017-10-131-4/+2
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+6
* Add support for parameterized SipHashTodd Short2017-02-015-0/+532