tiny-hderive
A library for deriving secp256k1 secret keys from BIP39 seeds, using BIP32 crypto and BIP44 path formats.
use ExtendedPrivKey;
// Seed should be generated from your BIP39 phrase first!
let seed: & = &;
let ext = derive.unwrap;
// Byte array of the secp256k1 secret key that can be used with Bitcoin or Ethereum.
assert_eq!;