]> git.cryptolib.org Git - avr-crypto-lib.git/commit
new OMAC (CMAC) with Noekeon; + some bug fixes for the nessie test-env
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 27 Aug 2008 02:05:47 +0000 (02:05 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 27 Aug 2008 02:05:47 +0000 (02:05 +0000)
commitcf1c79ef3fa4bb22f0cab28b2b6e958293aca739
treea0305a52255dcb32320bdf284407e6ee8b5bafc1
parentc135a8edfcb616f3bbececfd970336bb013dd214
new OMAC (CMAC) with Noekeon; + some bug fixes for the nessie test-env
12 files changed:
config.h
md5.c
mkfiles/hmac-sha256.mk
noekeon.h
noekeon_omac.S [deleted file]
noekeon_omac.h [deleted file]
omac_noekeon.S [new file with mode: 0644]
omac_noekeon.h [new file with mode: 0644]
sha1.c
test_src/main-hmac-sha256-test.c
test_src/nessie_common.c
test_src/nessie_mac_test.c