Consistent composure of backend overrides
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 25/100
- issue の種類
- 機能追加
- 明瞭さ
- 説明が足りない
- 活発さ
- 停滞
- 技術スタック
- rust
- 領域
- cryptography
調査の方向性
ファイル、テスト、エントリポイントは指定されていません。まず、この issue で参照されている既存のバックエンド上書きメカニズムと、リンクされている curve25519-dalek、rust-aegis、Ed448-Goldilocks に関する議論を確認してください。完了とするには、関連する crate 全体で、決定済みかつ一貫した合成アプローチが必要です。
索引モデルが issue の本文から書いたものです。
説明
Several crates now support "override" for backend/s - people have different needs from top level binary
curve25519_dalek_ [ backend | bits ]- Overrides- https://github.com/dalek-cryptography/curve25519-dalek/issues/414
Ideally the selection is automatic but the overrides are provided e.g. wasm (both web and non-web) no_std runtimes etc.
I've also asked in several places to further the support:
- https://github.com/jedisct1/rust-aegis/issues/5
- https://github.com/crate-crypto/Ed448-Goldilocks/issues/36
This would be good given the compiler / cargo now has added features to validate the cfg use.
Typically people used features but as repeated in other issues - copied here;
- Allows top-level binary composing the primitive as the overarching choice and transients not having any say
- Transient dependencies don't need to "relay" it down - dalek long time didn't delay the choices down resulting only serial use
- The compiler has now taken official stance on it to support the pattern
- Composes as mutually exclusive feature vs features are not mutually exclusive
- Other issues discussed in the long winded ref'd issue
Especially with rustls ideally it would be target arch but we can't assume crypto primitives take the environemnt into account.
Especially in non-monolithic primitives that do only one thing - it's primitive scope - it's essential to not duplicate the environment handling to every single primitive composed into one package under it.
- 主要言語
- Rust
- スター
- 130
- フォーク
- 21
- 平均マージ
- 18時間 6分
- マージ済み PR(30日)
- 1
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
RustCrypto/rustls-rustcrypto のほかの issue
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
RustCrypto/rustls-rustcrypto#107 · コメント 7 件 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 48/100
RustCrypto/rustls-rustcrypto#101 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
RustCrypto/rustls-rustcrypto#100 · コメント 3 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 38/100
RustCrypto/rustls-rustcrypto#59 · コメント 1 件 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
RustCrypto/rustls-rustcrypto#58 · コメント 2 件 ·
RustCrypto/rustls-rustcrypto の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
TheLarkInn/aipm#2413 ·
-
documentation
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
alexgorbatchev/simple-ptt#15 ·
-
tooling
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
todo:ticket
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
taikoxyz/taiko-mono#22168 · コメント 1 件 ·