git: crypto: Remove unused/useless chacha20/chacha-sw.c
Aaron LI
aly at crater.dragonflybsd.org
Sat Nov 11 00:02:19 PST 2023
commit be412c2f9cd9969a603ed1b42ab60298f95b3250
Author: Aaron LI <aly at aaronly.me>
Date: Fri Nov 10 09:10:33 2023 +0800
crypto: Remove unused/useless chacha20/chacha-sw.c
It's used in FreeBSD to hook the software-implementation (without
hardware acceleration) of Chacha20 to the crypto(9) framework. Given
our crypto(9) is significantly different from FreeBSD's, this source is
useless to us. The hook code must be rewritten in our side.
Summary of changes:
sys/crypto/chacha20/chacha-sw.c | 66 -----------------------------------------
1 file changed, 66 deletions(-)
delete mode 100644 sys/crypto/chacha20/chacha-sw.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/be412c2f9cd9969a603ed1b42ab60298f95b3250
--
DragonFly BSD source repository
More information about the Commits
mailing list