cloudflare / cloudflare/workerd
EdDSA small order points not handled correctly.
Open
wpt-conformance
- Dominant language
- C++
- Stars
- 8.7k
- Forks
- 739
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 174
Description
In 'sign_verify/eddsa_small_order_points.https.any.js', it seems that our handling of small-order keys doesn't follow the standard. The expected behaviour is:
- `subtle.importKey` should succeed
- `subtle.verify` should not throw
- `subtle.verify` should return false
Contributor guide
Assessment
This issue has not been assessed yet.