Open matevszm opened 2 months ago
0.2.0
ED25519
bip39_secp_priv_key
PrivKeyPolicy
xprv_key
pub enum Ed25519PrivKeyPolicy<T> { Iguana(T), HDWallet { path_to_coin: HDPathToCoin, activated_key: T, bip39_secp_priv_key: ExtendedSecretKey, }, Trezor, }
alternative considered library: https://github.com/typed-io/rust-ed25519-bip32 cc: @matevszm
0.2.0
) due to a version conflict with theED25519
package.bip39_secp_priv_key
in enum for the newPrivKeyPolicy
related to ED25519 in the pull request is ambiguous named, so we change it toxprv_key
.