w3f / hd-ed25519

Hierarchical derivations on Ed25519
26 stars 6 forks source link

crates.io? #4

Open garious opened 5 years ago

garious commented 5 years ago

Looking for guinea pigs? How about a pre release on crates.io?

burdges commented 5 years ago

I never released? I can do so.

I should reread the code since I did an infinitely better job with the schnorrkel version in https://github.com/w3f/schnorr-dalek/blob/master/src/derive.rs

Also should hard derivations be added? see #5 I know some hardware wallets have them, so maybe a compatible one? I expect the hardware wallet ones go SecretKey -> SecretKey so you cannot make an ExtendedSecretKey -> SecretKey compatible, and thus their hard derivation type cannot follow a soft derivation, so you've as much as two types of hard derivation and one soft type.