Closed Sajjon closed 1 year ago
Update Wycheproof testvector eddsa_test v0 to eddsa_test v1 (renamed to ed25519_test).
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.
eddsa_test
ed25519_test
key
publicKey
Number of tests is now 150 instead of v0's test count of ~145~.
150
145
Cherry pick from https://github.com/apple/swift-crypto/pull/154
@swift-server-bot test this please
Update Wycheproof testvector eddsa_test v0 to eddsa_test v1 (renamed to ed25519_test).
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:
eddsa_test
toed25519_test
since Wycheproof renamed the file.key
~ ->publicKey
Result:
Number of tests is now
150
instead of v0's test count of ~145
~.