earthstar-project / earthstar-project/willowprotocol.org
TODO: canonic Ed25519
Open
- Dominant language
- TypeScript
- Stars
- 44
- Forks
- 6
- Avg merge
- 1d 21m
- Merged PRs (30d)
- 1
Description
The RFC defining ed25519 leaves some ambiguity around signature verification. Our implementation currently uses [`ed25519_dalek::VerifyingKey::verify_strict`](https://docs.rs/ed25519-dalek/latest/ed25519_dalek/struct.VerifyingKey.html#method.verify_strict). NEed to update the spec to reflect this. Can also use this opportunity to consider ristretto25519 once again.
CC https://github.com/dalek-cryptography/curve25519-dalek/issues/852
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.