git: crypto - Add Serpent implementation
Alex Hornung
alexh at crater.dragonflybsd.org
Sat Jul 2 05:25:30 PDT 2011
commit 55b20c91d3cfe2306afe51160e55697647e218b9
Author: Alex Hornung <ahornung at gmail.com>
Date: Sat Jul 2 13:07:01 2011 +0100
crypto - Add Serpent implementation
Summary of changes:
sys/conf/files | 1 +
sys/crypto/Makefile | 2 +
sys/crypto/serpent/serpent.c | 631 ++++++++++++++++++++++++++++++++++++++++++
sys/crypto/serpent/serpent.h | 16 +
4 files changed, 650 insertions(+), 0 deletions(-)
create mode 100644 sys/crypto/serpent/serpent.c
create mode 100644 sys/crypto/serpent/serpent.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/55b20c91d3cfe2306afe51160e55697647e218b9
--
DragonFly BSD source repository
More information about the Commits
mailing list