Implement XChaCha20 and XChaCha20-Poly1305

This commit is contained in:
Lucas Gabriel Vuotto 2024-06-07 02:18:50 +00:00
parent 06f835e27c
commit 0605d10bb3
9 changed files with 278 additions and 3 deletions

View file

@ -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: