]> git.cryptolib.org Git - arm-crypto-lib.git/commit - sha2/sha2_large_common.c
adding SHA-384
authorbg <daniel.otte@rub.de>
Sat, 8 Oct 2011 12:33:45 +0000 (14:33 +0200)
committerbg <daniel.otte@rub.de>
Sat, 8 Oct 2011 12:33:45 +0000 (14:33 +0200)
commit81c98b45262853b709240ff11457c2240b1d5e32
tree5bc0c6b0ffe75a68bed740e938fba20025d8d586
parent92e0ee3f719d375d69300c7c1c48138d52330fcf
adding SHA-384
19 files changed:
hfal/hfal_sha384.c [new file with mode: 0644]
hfal/hfal_sha384.h [new file with mode: 0644]
mkfiles/sha2_c.mk [new file with mode: 0644]
mkfiles/sha512_c.mk [deleted file]
sha2/sha2_large_common.c [new file with mode: 0644]
sha2/sha2_large_common.h [new file with mode: 0644]
sha2/sha384.c [new file with mode: 0644]
sha2/sha384.h [new file with mode: 0644]
sha2/sha512.c [new file with mode: 0644]
sha2/sha512.h [new file with mode: 0644]
sha512/sha512.c [deleted file]
sha512/sha512.h [deleted file]
test_src/main-sha512-test.c [deleted file]
testvectors/shavs/SHA1+2/BitTestVectors/SHA384LongMsg.txt [new file with mode: 0644]
testvectors/shavs/SHA1+2/BitTestVectors/SHA384Monte.txt [new file with mode: 0644]
testvectors/shavs/SHA1+2/BitTestVectors/SHA384ShortMsg.txt [new file with mode: 0644]
testvectors/shavs/SHA1+2/ByteTestVectors/SHA384LongMsg.txt [new file with mode: 0644]
testvectors/shavs/SHA1+2/ByteTestVectors/SHA384Monte.txt [new file with mode: 0644]
testvectors/shavs/SHA1+2/ByteTestVectors/SHA384ShortMsg.txt [new file with mode: 0644]