Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | siphash: minor improvements to siphash unit test | Mark O'Donovan | 2024-07-29 | 1 | -5/+5 |
* | siphash: allow zero values for final & len in SipBuf() | Mark O'Donovan | 2024-07-29 | 1 | -5/+10 |
* | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 2 | -2/+1 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 2 | -4/+0 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | Fix C++ includability of crypto headers with static array sizes | Alan Somers | 2016-10-18 | 1 | -4/+5 |
* | crypto routines: Hint minimum buffer sizes to the compiler | Conrad Meyer | 2016-05-26 | 2 | -7/+7 |
* | Fix const propagation issues to make GCC happy. | Andre Oppermann | 2013-07-11 | 1 | -3/+4 |
* | SipHash is a cryptographically strong pseudo-random function (a.k.a. keyed | Andre Oppermann | 2013-07-11 | 3 | -0/+464 |