cloudflare / cloudflare/workerd
Shortened EdDSA Ed25519 signatures handled wrongly
Open
wpt-conformance
- Dominant language
- C++
- Stars
- 8.7k
- Forks
- 739
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 174
Description
In `sign_verify/eddsa.js`, the test "shortens" a signature by slicing off its first byte. Our implementation handles this differently than specified.
What is expected:
- `subtle.importKey` should succeed
- verification should not throw error
- `subtle.verify` should return false
Contributor guide
Assessment
This issue has not been assessed yet.