Implement XChaCha20 and XChaCha20-Poly1305
This commit is contained in:
parent
06f835e27c
commit
0605d10bb3
9 changed files with 278 additions and 3 deletions
|
@ -22,7 +22,9 @@ tests-aead:
|
|||
.for p in ${AEAD}
|
||||
perl ${.CURDIR}/aead.pl ${TESTOPTS} -x ./${p} \
|
||||
${WYCHEPROOF_DIR}/testvectors/chacha20_poly1305_test.json \
|
||||
${WYCHEPROOF_DIR}/testvectors_v1/chacha20_poly1305_test.json
|
||||
${WYCHEPROOF_DIR}/testvectors_v1/chacha20_poly1305_test.json \
|
||||
${WYCHEPROOF_DIR}/testvectors/xchacha20_poly1305_test.json \
|
||||
${WYCHEPROOF_DIR}/testvectors_v1/xchacha20_poly1305_test.json
|
||||
.endfor
|
||||
|
||||
tests-mac:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue