2 releases

0.1.1 Mar 28, 2023
0.1.0 Mar 28, 2023

#1880 in Cryptography

Download history 80/week @ 2023-12-04 5/week @ 2023-12-11 43/week @ 2023-12-18 8/week @ 2023-12-25 4/week @ 2024-01-01 1/week @ 2024-01-08 15/week @ 2024-01-15 37/week @ 2024-01-29 25/week @ 2024-02-19 39/week @ 2024-02-26 44/week @ 2024-03-04 37/week @ 2024-03-11 27/week @ 2024-03-18

147 downloads per month

MIT/Apache

33KB
751 lines

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:

#![no_std] Support

just add default-features=false with your dependency

Dependencies

~785KB
~15K SLoC