awslabs/llrt

Reduce number of dependencies of llrt_crypto

Aperta

#877 aperta il 7 mar 2025

 (3 commenti) (2 reazioni) (0 assegnatari)Rust (392 fork)github user discovery
dependenciesenhancementhelp wanted

Metriche repository

Star
 (8776 stelle)
Metriche merge PR
 (Merge medio 2g 14h) (49 PR mergiate in 30 g)

Descrizione

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)

Guida contributor