Description: BIP32 is a key derivation algorithm useful for deterministically
generating a hierarchy of elliptic curve private or public keys
(i.e. key blinding). This crate provides a pure Rust
implementation of BIP32 which is generic over prime
order groups and supports both secp256k1 and Ristretto.