ed25519-dalek-bip32-feeless

Crates.ioed25519-dalek-bip32-feeless
lib.rsed25519-dalek-bip32-feeless
version0.1.1
sourcesrc
created_at2021-03-29 03:05:08.512575
updated_at2021-03-29 03:05:08.512575
descriptionSimplified ed25519 BIP32 derivations
homepage
repositoryhttps://github.com/feeless/feeless/tree/main/external/ed25519-dalek-bip32
max_upload_size
id374937
size20,006
gak (gak)

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: 364

cargo fmt