aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/siphash
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-232-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-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