libmd - add sha512, fix warnings in tests
authorAlex Hornung <ahornung@gmail.com>
Sun, 4 Jul 2010 13:05:58 +0000 (14:05 +0100)
committerAlex Hornung <ahornung@gmail.com>
Thu, 8 Jul 2010 18:52:48 +0000 (19:52 +0100)
commit7196870a0b22ba50ca125d74d43f4cb16f4f9a7e
tree5fcf1d3c749ae0ed05beb449709253737869c85e
parent6692f0a1ead866b92a8a7f32d1af646c760f0b11
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.
lib/libmd/Makefile
lib/libmd/mddriver.c
lib/libmd/rmddriver.c
lib/libmd/sha512.3 [new file with mode: 0644]
lib/libmd/sha512.h [new file with mode: 0644]
lib/libmd/sha512c.c [new file with mode: 0644]
lib/libmd/shadriver.c