Skip to content

BIP32 implementation for ed25519-dalek key pairs.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

just-do-halee/ed25519-dalek-xkeypair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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