crypto: Add Keccak (SHA3) algorithm
authorMarko Kreen <markokr@gmail.com>
Mon, 29 Oct 2012 17:14:40 +0000 (19:14 +0200)
committerMarko Kreen <markokr@gmail.com>
Sat, 22 Dec 2012 22:40:44 +0000 (00:40 +0200)
commit92b72f912e3a51cd8c4178d50ef861fd092cd00d
treeaa3efaf2795ce3350602a23f69742e759478aff3
parent50d9b6086ff6b56c6d100dcc57e71c7b13b596a5
crypto: Add Keccak (SHA3) algorithm

It is based on Keccak reference implementation, but cleaned
up for SHA3-only usage.
Makefile
doc/mainpage.dox
test/test_crypto.c
usual/crypto/digest.h
usual/crypto/keccak.c [new file with mode: 0644]
usual/crypto/keccak.h [new file with mode: 0644]