Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpopesculian/ed25519-dalek-bip32
Simplified ed25519 BIP32 derivations
https://github.com/jpopesculian/ed25519-dalek-bip32
bip32 bitcoin cryptography derivation ed25519 ed25519-dalek trezor
Last synced: about 2 months ago
JSON representation
Simplified ed25519 BIP32 derivations
- Host: GitHub
- URL: https://github.com/jpopesculian/ed25519-dalek-bip32
- Owner: jpopesculian
- Created: 2020-07-01T13:13:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T18:37:17.000Z (over 1 year ago)
- Last Synced: 2024-04-26T08:20:37.141Z (8 months ago)
- Topics: bip32, bitcoin, cryptography, derivation, ed25519, ed25519-dalek, trezor
- Language: Rust
- Homepage: https://docs.rs/ed25519-dalek-bip32
- Size: 10.7 KB
- Stars: 21
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ed25519-dalek-bip32
A simple BIP32 implementation for ed25519 public keys. Although there exists [another very good
library that does this](https://docs.rs/ed25519-bip32), 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