summaryrefslogtreecommitdiff
path: root/sys/crypto/siphash
AgeCommit message (Expand)Author
2024-07-29siphash: minor improvements to siphash unit testMark O'Donovan
2024-07-29siphash: allow zero values for final & len in SipBuf()Mark O'Donovan
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2016-10-18Fix C++ includability of crypto headers with static array sizesAlan Somers
2016-05-26crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer
2013-07-11Fix const propagation issues to make GCC happy.Andre Oppermann
2013-07-11SipHash is a cryptographically strong pseudo-random function (a.k.a. keyedAndre Oppermann