aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/siphash
Commit message (Expand)AuthorAgeFilesLines
* siphash: minor improvements to siphash unit testMark O'Donovan2024-07-291-5/+5
* siphash: allow zero values for final & len in SipBuf()Mark O'Donovan2024-07-291-5/+10
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Fix C++ includability of crypto headers with static array sizesAlan Somers2016-10-181-4/+5
* crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer2016-05-262-7/+7
* Fix const propagation issues to make GCC happy.Andre Oppermann2013-07-111-3/+4
* SipHash is a cryptographically strong pseudo-random function (a.k.a. keyedAndre Oppermann2013-07-113-0/+464