urbit / urbit-key-generation

Key derivation and HD wallet generation functions for Urbit
MIT License
15 stars 8 forks source link

Dependencies should be pruned #39

Closed jtobin closed 5 years ago

jtobin commented 5 years ago

We're pulling in both tweetnacl and isomorphic-webcrypto, for example, when both of them export SHA-512 (which is the only thing that tweetnacl is used for at present), and similarly all of ethereumjs-util (which also exports SHA-256, the only thing isomorphic-webcrypto is used for at the moment).

jtobin commented 5 years ago

Correction: tweetnacl is also used for ed25519 signatures.