hd-ed25519 icon indicating copy to clipboard operation
hd-ed25519 copied to clipboard

crates.io?

Open garious opened this issue 5 years ago • 1 comments

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

garious avatar Aug 09 '19 16:08 garious

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.

burdges avatar Aug 09 '19 21:08 burdges