awslabs/llrt

Reduce number of dependencies of llrt_crypto

开放

#877 创建于 2025年3月7日

 (3 条评论) (2 个反应) (0 位负责人)Rust (392 个派生)github user discovery
dependenciesenhancementhelp wanted

仓库指标

星标
 (8,776 个星标)
PR 合并指标
 (平均合并 2天 14小时) (30 天内合并 49 个 PR)

描述

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)

贡献者指南