Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: riastradh
Date: Sat Jul 25 22:46:35 UTC 2020
Modified Files:
src/sys/conf: files
Added Files:
src/sys/crypto/chacha: chacha.h chacha_impl.c chacha_impl.h
chacha_ref.c chacha_ref.h chacha_selftest.c files.chacha
Log Message:
New ChaCha API in kernel.
This will enable us to adopt MD vectorized implementations of ChaCha.
To generate a diff of this commit:
cvs rdiff -u -r1.1272 -r1.1273 src/sys/conf/files
cvs rdiff -u -r0 -r1.1 src/sys/crypto/chacha/chacha.h \
src/sys/crypto/chacha/chacha_impl.c src/sys/crypto/chacha/chacha_impl.h \
src/sys/crypto/chacha/chacha_ref.c src/sys/crypto/chacha/chacha_ref.h \
src/sys/crypto/chacha/chacha_selftest.c \
src/sys/crypto/chacha/files.chacha
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index