git: libmd - add sha512, fix warnings in tests
Alex Hornung
alexh at crater.dragonflybsd.org
Thu Jul 8 12:02:59 PDT 2010
commit 7196870a0b22ba50ca125d74d43f4cb16f4f9a7e
Author: Alex Hornung <ahornung at 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
More information about the Commits
mailing list