git: crypto: Import BLAKE2s implementation from OpenBSD

Aaron LI aly at crater.dragonflybsd.org
Sat Jan 13 06:01:29 PST 2024


commit 0949a0d6f566ccb008c50faabbbd0be99fa9b283
Author: Aaron LI <aly at aaronly.me>
Date:   Fri Nov 17 09:27:14 2023 +0800

    crypto: Import BLAKE2s implementation from OpenBSD
    
    Required by the in-kernel WireGuard VPN.

Summary of changes:
 sys/crypto/blake2/blake2s.c | 236 ++++++++++++++++++++++++++++++++++++++++++++
 sys/crypto/blake2/blake2s.h |  67 +++++++++++++
 2 files changed, 303 insertions(+)
 create mode 100644 sys/crypto/blake2/blake2s.c
 create mode 100644 sys/crypto/blake2/blake2s.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0949a0d6f566ccb008c50faabbbd0be99fa9b283


-- 
DragonFly BSD source repository


More information about the Commits mailing list