tyler-smith / go-bip39

The BIP39 library for Go.
MIT License
556 stars 196 forks source link

Add support for Japanese word separators #18

Open tyler-smith opened 6 years ago

tyler-smith commented 6 years ago

As per the BIP39 spec, Japanese mnemonics must be generated with a special separator. This will probably require wordlists to be structs with a separator property instead of simple []slices