CodeChain-io / CodeChain-io/foundry
Adopt two different elliptic curves in transaction signing and consensus voting
Open
bls
crypto
experiment
- Dominant language
- Rust
- Stars
- 36
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
`Ed25519` is advantageous when calculating signatures based on the `EdDSA` algorithm and `BLS` curves are advantageous when aggregating the consensus signatures in block seal fields.
Therefore take both and utilize them in transaction signing and consensus voting respectively.
Contributor guide
Assessment
This issue has not been assessed yet.