git: kernel - add ChaCha algorithm (djb's merged implementation)
Alex Hornung
alexh at crater.dragonflybsd.org
Mon Jul 14 03:20:39 PDT 2014
commit 0bb1727515a0e591326e878d0e0c3182608fd9a7
Author: Alex Hornung <alex at alexhornung.com>
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
More information about the Commits
mailing list