#
3b058094 |
| 20-Jan-2019 |
bcook <bcook@openbsd.org> |
use standard headers for siphash
ok tedu@
|
#
fc89b466 |
| 25-Dec-2017 |
tedu <tedu@openbsd.org> |
memcpy from the right place. at this point, the used variable is not relevant. from Mark Karpilovskij. ok millert
|
#
19f78c5e |
| 12-Apr-2017 |
deraadt <deraadt@openbsd.org> |
SipHash_Final() was assuming the digest was 64-bit aligned, resulting in misaligned memory accesses with armv7 ramdisk -Os bsd.rd ping ok florian millert
|
#
89db3a20 |
| 11-Sep-2015 |
guenther <guenther@openbsd.org> |
Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct
ok deraadt@
|
#
b8a04706 |
| 20-Feb-2015 |
tedu <tedu@openbsd.org> |
Use standard spelling for types, and rename local variable from "free". No actual change, but makes it easier to reuse the code elsewhere. Suggested by Andre Smagin
|
#
20fdcc3b |
| 07-Feb-2015 |
dlg <dlg@openbsd.org> |
userland gets static on functions only used within a file.
ok tedu@
|
#
aea60bee |
| 16-Jan-2015 |
deraadt <deraadt@openbsd.org> |
Move to the <limits.h> universe. review by millert, binary checking process with doug, concept with guenther
|
#
3c3fb900 |
| 08-Dec-2014 |
tedu <tedu@openbsd.org> |
add siphash from the kernel to libc
|