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)

貢獻者指南