Closed Sajjon closed 1 year ago
Update Wycheproof testvector chacha20_poly1305 v0 to chacha20_poly1305 v1.
gyb
.script/generate_boilerplate_files_with_gyb
We ought to use as many and as up to date test vectors as possible. Wycheproofs v0 were created 4 years ago and were due some upgrade.
Replaced the v0 with the v1 version, no other changed needed.
325 tests being run instead of v0's test count of ~151~.
325
151
Cherry pick from https://github.com/apple/swift-crypto/pull/154
@swift-server-bot test this please
Update Wycheproof testvector chacha20_poly1305 v0 to chacha20_poly1305 v1.
Checklist
If you've made changes to
gyb
files.script/generate_boilerplate_files_with_gyb
and included updated generated files in a commit of this pull requestMotivation:
We ought to use as many and as up to date test vectors as possible. Wycheproofs v0 were created 4 years ago and were due some upgrade.
Modifications:
Replaced the v0 with the v1 version, no other changed needed.
Result:
325
tests being run instead of v0's test count of ~151
~.