WICG / webcrypto-secure-curves

Proposal for the addition of Curve25519 and Curve448 to the Web Cryptography API
https://wicg.github.io/webcrypto-secure-curves/
Other
40 stars 3 forks source link

[EdDSA] proposed wpt #7

Closed panva closed 2 years ago

panva commented 2 years ago

Vectors for Ed25519 and Ed448. The source files were for ECDSA, adapted for EdDSA (no hash, no namedCurve, no fail tests due to hash mismatches etc)

twiss commented 2 years ago

Thanks for the test cases! Was your idea to add them here, or just to have a place to review them before we add them to https://github.com/web-platform-tests/wpt/?

panva commented 2 years ago

I imagine we can merge them here and when the time is right have them ready to push to the wpt repo.

twiss commented 2 years ago

Hey :wave: Now that this is a WICG draft, I think we can add these to web-platform-tests directly. Could you make a PR there, perhaps? Then I can review them and merge them there :) And then, I can add the tests for #13 afterwards once that's merged.