#bip-32 #ed25519 #derivation #trezor #blockchain #secret-key

yanked ed25519-dalek-bip32-black

Simplified ed25519 BIP32 derivations

0.1.2 Aug 30, 2021
0.1.1 Aug 29, 2021
0.1.0 Aug 29, 2021

#7 in #trezor

Download history 1/week @ 2024-02-18 51/week @ 2024-03-31

51 downloads per month

MIT/Apache

23KB
430 lines

ed25519-dalek-bip32

A simple BIP32 implementation for ed25519 public keys. Although there exists another very good library that does this, this library preserves 32 byte secret keys and doesn't allow for extended public keys or "normal" child indexes, so that it can be as close to the BIP32 specifications as possible, allowing for compatibility with libraries like trezor-crypto

License: MIT OR Apache-2.0


lib.rs:

A simple BIP32 implementation for ed25519 public keys. Although there exists another very good library that does this, this library preserves 32 byte secret keys and doesn't allow for extended public keys or "normal" child indexes, so that it can be as close to the BIP32 specifications as possible, allowing for compatibility with libraries like trezor-crypto

Dependencies

~4.5MB
~94K SLoC