]> err.no Git - yubikey-personalization/commit
Add SHA and HMAC functions extracted from RFC 4634
authorlevitte <levitte@b62f149e-849f-11dd-9899-c7ba65f7c4c7>
Mon, 29 Sep 2008 15:28:42 +0000 (15:28 +0000)
committerlevitte <levitte@b62f149e-849f-11dd-9899-c7ba65f7c4c7>
Mon, 29 Sep 2008 15:28:42 +0000 (15:28 +0000)
commit2feac61f1d17308d2b6cb74c0106ef2e374e6fc1
tree019c85ae92ead27adc165d3b73828a98a2c9cdd1
parent9b981a65d86e7221b023e7496d6ee43d9be6167a
Add SHA and HMAC functions extracted from RFC 4634

git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@15 b62f149e-849f-11dd-9899-c7ba65f7c4c7
rfc4634/hmac.c [new file with mode: 0644]
rfc4634/sha-private.h [new file with mode: 0644]
rfc4634/sha.h [new file with mode: 0644]
rfc4634/sha1.c [new file with mode: 0644]
rfc4634/sha224-256.c [new file with mode: 0644]
rfc4634/sha384-512.c [new file with mode: 0644]
rfc4634/usha.c [new file with mode: 0644]