CodeChain-io / CodeChain-io/foundry
Adopt two different elliptic curves in transaction signing and consensus voting
オープン
bls
crypto
experiment
- 主要言語
- Rust
- スター
- 36
- フォーク
- 11
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
`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.
コントリビューションガイド
調査の方向性
まず、Rustコードベースでトランザクション署名とコンセンサス投票のエントリポイントを特定し、次に署名とブロックシールフィールドが現在どのように楕円曲線を表現しているかを調べます。必要なEd25519およびBLSのサポート、その互換性への影響、そしてトランザクション署名とコンセンサス署名の集約が意図した曲線を使用していることを示すために必要なテストを明らかにします。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust
- 領域
- blockchain, cryptography
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100