Skip to content

typed-io/rust-ed25519-bip32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

implementation of bip32 for ed25519

Provide an implementation of BIP32 for the edwards 25519 curve, based on a BIP32-ed25519 paper from Dmitry Khovratovich and Jason Law.

Features

  • small dependency tree : only depends on 1 package cryptoxide which has no other dependencies.
  • compatible with cardano key derivation
  • used by the jormungandr node

Derivation V1

the "V1" derivation has been removed from this package, as it has massive shortcomings. If you need it for some compatibility reason, you can use version 0.3 of this package. It is important that it's only used to convert everything to V2 or another scheme, as using V1 should be considered deprecated, dangerous and might eat your dog.

Alternative Derivation packages

not an exhaustive list, or endorsements, but some alternative approach to deriving with ED25519:

About

ed25519 with bip32

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages