DragonFly BSD
DragonFly commits List (threaded) for 2011-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: crypto - Add Twofish implementation


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 2 Jul 2011 04:07:54 -0700 (PDT)

commit ba5f120ea6ee94380ee4704c247dfc950c7b3fd5
Author: Alex Hornung <ahornung@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]