Crates.io | ed25519-bip32-core |
lib.rs | ed25519-bip32-core |
version | 0.1.1 |
source | src |
created_at | 2023-03-28 03:22:23.027603 |
updated_at | 2023-03-28 03:25:07.358858 |
description | Ed25519 BIP32 |
homepage | https://github.com/KeystoneHQ/rust-ed25519-bip32 |
repository | https://github.com/KeystoneHQ/rust-ed25519-bip32 |
max_upload_size | |
id | 822704 |
size | 46,285 |
Provide an implementation of BIP32 for the edwards 25519 curve, based on a BIP32-ed25519 paper from Dmitry Khovratovich and Jason Law.
the "V1" derivation has been removed from this package, as it has massive shortcomings. If you need it for some compatibility reason, you can use version 0.3 of this package. It is important that it's only used to convert everything to V2 or another scheme, as using V1 should be considered deprecated, dangerous and might eat your dog.
not an exhaustive list, or endorsements, but some alternative approach to deriving with ED25519:
just add default-features=false
with your dependency