]> git.cryptolib.org Git - avr-crypto-lib.git/commit
changing hmac API + bug fixes
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Thu, 26 Feb 2009 14:44:17 +0000 (14:44 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Thu, 26 Feb 2009 14:44:17 +0000 (14:44 +0000)
commit53f8a8d7ca5c03120224128e1f8552c99f6af11e
treebb525a453e75aebd53caeda04777ebd65af7ebd3
parent83d0614d8b17eac97f891f7de2bb3ef265751dea
changing hmac API + bug fixes
17 files changed:
hmac-md5.c [new file with mode: 0644]
hmac-md5.h [new file with mode: 0644]
hmac-sha1.c
hmac-sha1.h
hmac-sha256.c
hmac-sha256.h
mkfiles/hmac-md5.mk [new file with mode: 0644]
sha1-asm.S
sha1.c
sha1.h
sha256-asm.S
test_src/main-hmac-md5-test.c [new file with mode: 0644]
test_src/main-hmac-sha1-test.c
test_src/main-hmac-sha256-test.c
test_src/nessie_mac_test.c
test_src/nessie_mac_test.h
testvectors/HMAC-Md5-512-128.unverified.test-vectors [new file with mode: 0644]