Tyler Smith

Results 5 issues of Tyler Smith

AFAIK only English and Japanese exist, so that leaves only Japanese todo. But it would be great if we get get or create vectors for each language we support. Anybody...

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 `[]slice`s

bug

Currently there are package level variables holding the wordlist to use. This is not ideal because it makes using the library with multiple languages difficult. I've started an attempt at...

enhancement