awslabs/llrt

Reduce number of dependencies of llrt_crypto

Ouverte

#877 ouverte le 7 mars 2025

 (3 commentaires) (2 réactions) (0 personne assignée)Rust (392 forks)github user discovery
dependenciesenhancementhelp wanted

Métriques du dépôt

Stars
 (8 776 étoiles)
Métriques de merge PR
 (Merge moyen 2j 14h) (49 PRs mergées en 30 j)

Description

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)

Guide contributeur