git: libmd - add sha512, fix warnings in tests

看板DFBSD_commit作者時間15年前 (2010/07/09 03:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 7196870a0b22ba50ca125d74d43f4cb16f4f9a7e Author: Alex Hornung <ahornung@gmail.com> Date: Sun Jul 4 14:05:58 2010 +0100 libmd - add sha512, fix warnings in tests * Add a SHA512 implementation taken from sys/crypto/sha2. * Fix the test driver warnings up to the set WARNS level. Summary of changes: lib/libmd/Makefile | 34 ++++- lib/libmd/mddriver.c | 5 +- lib/libmd/rmddriver.c | 5 +- lib/libmd/sha512.3 | 140 +++++++++++++++++ lib/libmd/sha512.h | 55 +++++++ lib/libmd/sha512c.c | 411 +++++++++++++++++++++++++++++++++++++++++++++++++ lib/libmd/shadriver.c | 10 +- 7 files changed, 645 insertions(+), 15 deletions(-) create mode 100644 lib/libmd/sha512.3 create mode 100644 lib/libmd/sha512.h create mode 100644 lib/libmd/sha512c.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7196870a0b22ba50ca125d74d43f4cb16f4f9a7e -- DragonFly BSD source repository
文章代碼(AID): #1CDYUsiM (DFBSD_commit)