crypto/digest: common framework for digests
authorMarko Kreen <markokr@gmail.com>
Mon, 29 Oct 2012 06:33:35 +0000 (08:33 +0200)
committerMarko Kreen <markokr@gmail.com>
Sat, 22 Dec 2012 22:40:44 +0000 (00:40 +0200)
commit43ce0868995d86011e88da4478ab108bfc6fc5c4
tree0d028c29b6f43c5fad5f6f82cbb1171feb1614e1
parent735f7f5b0acfeb2c69bbca1f588baadc0aa9116a
crypto/digest: common framework for digests

The digests will be easier to use (and test) if they share
common wrapper API.
Makefile
doc/mainpage.dox
test/test_crypto.c
usual/crypto/digest.c [new file with mode: 0644]
usual/crypto/digest.h [new file with mode: 0644]
usual/crypto/hmac.c
usual/crypto/hmac.h
usual/crypto/md5.c
usual/crypto/sha1.c