hash/sha512: add SHA-512/224 and SHA-512/256 variants
This commit is contained in:
parent
d66daa8938
commit
9ba30dbe41
5 changed files with 197 additions and 4 deletions
|
@ -40,7 +40,9 @@ tests-mac:
|
|||
${WYCHEPROOF_DIR}/testvectors/hmac_sha384_test.json \
|
||||
${WYCHEPROOF_DIR}/testvectors_v1/hmac_sha384_test.json \
|
||||
${WYCHEPROOF_DIR}/testvectors/hmac_sha512_test.json \
|
||||
${WYCHEPROOF_DIR}/testvectors_v1/hmac_sha512_test.json
|
||||
${WYCHEPROOF_DIR}/testvectors_v1/hmac_sha512_test.json \
|
||||
${WYCHEPROOF_DIR}/testvectors_v1/hmac_sha512_224_test.json \
|
||||
${WYCHEPROOF_DIR}/testvectors_v1/hmac_sha512_256_test.json
|
||||
.endfor
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue