aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/siphash/siphash.c
Commit message (Expand)AuthorAgeFilesLines
* 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-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer2016-05-261-4/+4
* 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-111-0/+241