]> err.no Git - yubikey-personalization.old/commit
Add SHA and HMAC functions extracted from RFC 4634
authorRichard Levitte <levitte@lp.se>
Mon, 29 Sep 2008 15:28:42 +0000 (15:28 +0000)
committerRichard Levitte <levitte@lp.se>
Mon, 29 Sep 2008 15:28:42 +0000 (15:28 +0000)
commit47041f2e5377a27df6464722b651fb9bf1655cf1
tree019c85ae92ead27adc165d3b73828a98a2c9cdd1
parentc2474780888300b5ff73199bb01bf4ecaa264d49
Add SHA and HMAC functions extracted from RFC 4634
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]