看板 DFBSD_commit 關於我們 聯絡資訊
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