awslabs/llrt

Reduce number of dependencies of llrt_crypto

Aberta

#877 aberto em 7 de mar. de 2025

 (3 comentários) (2 reações) (0 responsável)Rust (391 forks)github user discovery
dependenciesenhancementhelp wanted

Métricas do repositório

Stars
 (8.787 estrelas)
Métricas de merge de PR
 (Mesclagem média 2d 14h) (49 fundiu PRs em 30d)

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)

Guia do colaborador