commit 0bb1727515a0e591326e878d0e0c3182608fd9a7
Author: Alex Hornung <[email protected]>
Date: Thu Jun 12 15:22:32 2014 +0100
kernel - add ChaCha algorithm (djb's merged implementation)
Summary of changes:
sys/crypto/chacha/chacha.c | 243 +++++++++++++++++++++++++++++++++++++++++++++
sys/crypto/chacha/chacha.h | 22 ++++
2 files changed, 265 insertions(+)
create mode 100644 sys/crypto/chacha/chacha.c
create mode 100644 sys/crypto/chacha/chacha.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0bb1727515a0e591326e878d0e0c3182608fd9a7
--
DragonFly BSD source repository