#key-pair #bip-32 #ed25519 #derivation #blockchain

no-std ed25519-dalek-xkeypair

BIP32 implementation for ed25519-dalek key pairs

5 releases (3 stable)

1.0.2 Sep 4, 2021
1.0.1 Sep 2, 2021
1.0.0 Sep 1, 2021
0.1.1 Aug 31, 2021
0.1.0 Aug 31, 2021

#7 in #bip32

Download history 4/week @ 2024-02-19 4/week @ 2024-02-26 87/week @ 2024-04-01

87 downloads per month

MIT/Apache

37KB
764 lines

ed25519-dalek-xkeypair

CI Crates.io Licensed Twitter

BIP32 implementation for ed25519-dalek key pairs.

| Docs | Latest Note |

[dependencies]
ed25519-dalek-xkeypair = "1.0.2"

No-std

Disable default feature(allocator is needed).

[dependencies]
ed25519-dalek-xkeypair = { version = "1.0.2", default-features = false }

License:

  • MIT OR Apache-2.0

Dependencies

~4MB
~80K SLoC