keccak: Sync with new SHA3 draft.
authorMarko Kreen <markokr@gmail.com>
Fri, 23 May 2014 09:56:38 +0000 (12:56 +0300)
committerMarko Kreen <markokr@gmail.com>
Fri, 23 May 2014 09:56:38 +0000 (12:56 +0300)
commit1ba2cf289a71923d20f9df8504afc47b213f088f
treeff9521a2c4095fe5e84c91ba734e7d7a169d486d
parentcf53aa93026690d779dad1c9ff7e48e60274acba
keccak: Sync with new SHA3 draft.

- Sync SHA3 parameters and regtests with new FIPS202 draft.
- Move regular hash api to 'usual/crypto/sha3' module.
- Drop regular hash api from keccak module, use exteded
  sponge API used in spongeshaker Python module.
Makefile
test/test_crypto.c
usual/crypto/digest.h
usual/crypto/keccak.c
usual/crypto/keccak.h
usual/crypto/sha3.c [new file with mode: 0644]
usual/crypto/sha3.h [new file with mode: 0644]