git: crypto: Import SipHash implementation from FreeBSD
Aaron LI
aly at crater.dragonflybsd.org
Sat Jan 13 06:01:27 PST 2024
commit 010ff2856f4253dfe557af549143f386d3f69884
Author: Aaron LI <aly at aaronly.me>
Date: Fri Nov 17 08:43:37 2023 +0800
crypto: Import SipHash implementation from FreeBSD
Required by the in-kernel WireGuard VPN.
Summary of changes:
sys/crypto/siphash/siphash.c | 238 ++++++++++++++++++++++++++++++++++++++
sys/crypto/siphash/siphash.h | 82 +++++++++++++
sys/crypto/siphash/siphash_test.c | 136 ++++++++++++++++++++++
3 files changed, 456 insertions(+)
create mode 100644 sys/crypto/siphash/siphash.c
create mode 100644 sys/crypto/siphash/siphash.h
create mode 100644 sys/crypto/siphash/siphash_test.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/010ff2856f4253dfe557af549143f386d3f69884
--
DragonFly BSD source repository
More information about the Commits
mailing list