4 releases (2 breaking)

0.3.0 Aug 15, 2023
0.2.0 Feb 16, 2022
0.1.1 Oct 12, 2020
0.1.0 Jul 1, 2020

#533 in Magic Beans

Download history 29367/week @ 2023-11-28 29764/week @ 2023-12-05 33818/week @ 2023-12-12 27843/week @ 2023-12-19 15958/week @ 2023-12-26 32333/week @ 2024-01-02 32600/week @ 2024-01-09 34261/week @ 2024-01-16 33900/week @ 2024-01-23 28550/week @ 2024-01-30 29028/week @ 2024-02-06 23815/week @ 2024-02-13 31224/week @ 2024-02-20 30934/week @ 2024-02-27 32263/week @ 2024-03-05 8802/week @ 2024-03-12

107,824 downloads per month
Used in 22 crates (12 directly)

MIT/Apache

21KB
373 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

~1.8–2.9MB
~59K SLoC