zingolabs / zingolib_original

ZingoLib
MIT License
1 stars 1 forks source link

BIP 39 implementation #8

Open dannasessha opened 2 years ago

dannasessha commented 2 years ago

Thanks to @AloeareV for digging into the BIP 39 ambiguity!

A wise person said "For reference this is not the BIP39 crate that zcashd uses. We use bip0039, and I strongly recommend that others wanting to be compatible with zcashd's BIP39 implementation also use that crate."

@AloeareV says: We're currently using tiny-bip39, a switch to bip0039 could go onto our radar..

Here it is on the radar!

zancas commented 2 years ago

This is important, I think this is the relevant URL:

https://github.com/koushiro/bip0039