awslabs/llrt

Reduce number of dependencies of llrt_crypto

オープン

#877 opened on 2025/03/07

 (3 件のコメント) (2 件のリアクション) (0 人の担当者)Rust (392 件のフォーク)github user discovery
dependenciesenhancementhelp wanted

Repository metrics

Stars
 (8,776 個のスター)
PR merge metrics
 (平均マージ 2d 14h) (30d で 49 merged PRs)

説明

The module has too many dependencies, it really pollutes any project trying to import it since some have very deep web of dependencies. For example we pull in two different bigint implementations (num-bigint-dig and crypto-bigint) We have a lot of duplicate with ring anyway and we should prefer using it. Curve crypto is still not in ring, but planned (https://github.com/briansmith/ring/issues/1771)

コントリビューターガイド