Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Consistent composure of backend overrides

オープン
#79 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
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

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:

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

RustCrypto/rustls-rustcrypto のほかの issue

RustCrypto/rustls-rustcrypto の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。