-
We'll want to add tests for the edge cases that led to #40475.
Ideally, they would go into Wycheproof and run from there, making sure they run against all architectures.
/cc @hdevalence @katieho…
-
Presently the `tendermint` crate uses the [`ed25519-dalek`](https://github.com/dalek-cryptography/ed25519-dalek) vicariously through the [`signatory-dalek`](https://github.com/iqlusioninc/signatory/tr…
-
This issue tracks all v0.43 changes we should be manually testing.
# Existing Code Manual Testing
Each subteam should decide if each item should be assigned to 1 or 2 people, depending on import…
-
Exclude the non-canonical encodings of Jubjub ~~and Ed25519~~ points (0, ±1) with ũ = 1 from all point representations in transactions.
This was the original intent (for Jubjub), but is not enforce…
daira updated
3 years ago
-
## Summary
Tendermint v0.35 (scheduled post Stargate) changed ed25519 backend to according to zip215
Details: https://github.com/tendermint/tendermint/pull/5632
## Problem Definition
For co…
-
## Summary
Different Ed25519 implementations verify signatures in subtly different ways. This will pose a problem for future implementations of Tendermint which may use different Ed25519 libraries…
tessr updated
3 years ago
-
I didn't realize that they were broken.
-
Reasons:
1. `libsodium` makes for slower builds (see also radicle-dev/radicle-keystore#7)
2. [`ed25519-zebra`](https://crates.io/crates/ed25519-zebra) has a batch verification API, which could pot…