git: crypto - Add Twofish implementation

Alex Hornung alexh at crater.dragonflybsd.org
Sat Jul 2 04:09:04 PDT 2011


commit ba5f120ea6ee94380ee4704c247dfc950c7b3fd5
Author: Alex Hornung <ahornung at gmail.com>
Date:   Sat Jul 2 10:33:16 2011 +0100

    crypto - Add Twofish implementation

Summary of changes:
 sys/conf/files               |    1 +
 sys/crypto/Makefile          |    2 +
 sys/crypto/twofish/twofish.c |  514 ++++++++++++++++++++++++++++++++++++++++++
 sys/crypto/twofish/twofish.h |   16 ++
 4 files changed, 533 insertions(+), 0 deletions(-)
 create mode 100644 sys/crypto/twofish/twofish.c
 create mode 100644 sys/crypto/twofish/twofish.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ba5f120ea6ee94380ee4704c247dfc950c7b3fd5


-- 
DragonFly BSD source repository





More information about the Commits mailing list