aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd/skeindriver.c
Commit message (Collapse)AuthorAgeFilesLines
* SPDX: some uses of the RSA-MD license.Pedro F. Giffuni2017-12-131-1/+4
| | | | Notes: svn path=/head/; revision=326828
* Import the skein hashing algorithm, based on the threefish block cipherAllan Jude2016-05-291-0/+68
Connect it to userland (libmd, libcrypt, sbin/md5) and kernel (crypto.ko) Support for skein as a ZFS checksum algorithm was introduced in r289422 but is disconnected because FreeBSD lacked a Skein implementation. A further commit will enable it in ZFS. Reviewed by: cem Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D6166 Notes: svn path=/head/; revision=300921