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

no-std ed25519-dalek-bip32-feeless

Simplified ed25519 BIP32 derivations

1 unstable release

0.1.1 Mar 29, 2021

#20 in #derivation


Used in feeless

MIT/Apache

20KB
372 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

~3.5MB
~75K SLoC