tiny-hderive icon indicating copy to clipboard operation
tiny-hderive copied to clipboard

Tiny BIP44/BIP32 derivation for BIP39 seeds

Results 3 tiny-hderive issues
Sort by recently updated
recently updated
newest added

The library was detected to be vulnerable to https://rustsec.org/advisories/RUSTSEC-2021-0076, so I updated dependencies, formatted code and fixed Clippy warnings. In addition, basic CI workflow was created.

- switched to use k256 (see https://iqlusion.blog/k256-crate-pure-rust-projective-secp256k1-library) instead of libsecp256k1 - updated other deps - tidied up some code