Closed Sajjon closed 1 year ago
Update Wycheproof testvector ecdh_secp256r1_ecpoint v0 to ecdh_secp256r1_ecpoint 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.
355 tests being run instead of v0's test count of ~99~.
355
99
Cherry pick from https://github.com/apple/swift-crypto/pull/154
@swift-server-bot test this please
Update Wycheproof testvector ecdh_secp256r1_ecpoint v0 to ecdh_secp256r1_ecpoint 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:
355
tests being run instead of v0's test count of ~99
~.