11 releases

0.4.1 Jan 28, 2022
0.4.0 Jun 22, 2021
0.3.2 Jan 27, 2021
0.3.1 Mar 20, 2020
0.1.1 Jun 10, 2019

#930 in Cryptography

Download history 1309/week @ 2023-11-20 1451/week @ 2023-11-27 1466/week @ 2023-12-04 1475/week @ 2023-12-11 1247/week @ 2023-12-18 536/week @ 2023-12-25 840/week @ 2024-01-01 1081/week @ 2024-01-08 1123/week @ 2024-01-15 1116/week @ 2024-01-22 1391/week @ 2024-01-29 1478/week @ 2024-02-05 1359/week @ 2024-02-12 1658/week @ 2024-02-19 1435/week @ 2024-02-26 1983/week @ 2024-03-04

6,542 downloads per month
Used in 24 crates (5 directly)

MIT/Apache

31KB
734 lines

= implementation of bip32 for ed25519

  • compatible with cardano key derivation

lib.rs:

Ed25519 key handling using BIP32 style derivation

Ed25519 is notable for its public key generation involving hashing and bit manipulations, which seemingly prevents its use for BIP32. Instead this package use the ed25519 is extended form (post-hashing).

BIP32 allows derivation given a private key, of up to 2^32 children, using two different derivation scheme (soft or hard).

In soft derivation, the important property is that given the parent public key, one can derive all softly derived children public key.

Dependencies

~755KB
~15K SLoC