typed-io / rust-ed25519-bip32

ed25519 with bip32
Apache License 2.0
19 stars 5 forks source link

no XPrv::normalize_bytes #3

Closed islishude closed 4 years ago

islishude commented 4 years ago

https://github.com/typed-io/rust-ed25519-bip32/blob/5cb04a6ac5f19bbe4908b35af6d9f860420a61b9/src/bench.rs#L5

no function or associated item named normalize_bytes found for struct key::XPrv in the current scope function or associated item not found in key::XPrv

vincenthz commented 4 years ago

thanks, I've fixed it