History log of /netbsd-current/sys/crypto/chacha/arch/x86/chacha_sse2_impl.c
Revision Date Author Comments
# 1.1 25-Jul-2020 riastradh

Implement ChaCha with SSE2 on x86 machines.

Slightly disappointed that it only doubles, rather than quadruples,
throughput on my Ivy Bridge laptop. Worth investigating.