ed25519-dalek-bip32

Crates.ioed25519-dalek-bip32
lib.rsed25519-dalek-bip32
version0.3.0
sourcesrc
created_at2020-07-01 13:15:08.583557
updated_at2023-08-15 18:37:33.997028
descriptionSimplified ed25519 BIP32 derivations
homepagehttps://github.com/jpopesculian/ed25519-dalek-bip32
repositoryhttps://github.com/jpopesculian/ed25519-dalek-bip32
max_upload_size
id260226
size22,847
Julian Popescu (jpopesculian)

documentation

https://docs.rs/ed25519-dalek-bip32/

README

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

Commit count: 6

cargo fmt