NovaCrypto / BIP39

Java Microlibrary implementation of BIP0039
https://novacrypto.github.io/BIP39
GNU General Public License v3.0
92 stars 34 forks source link

Validate a list of indexes #30

Closed westonal closed 6 years ago

westonal commented 6 years ago

We already do this, if the client has the words chosen from the dictionary and can provide the indexes into the dictionary, it would save client combining, then library normalizing, splitting to a list, and finding the indexes. Plus it would avoid the client handling WordNotFoundException and UnexpectedWhiteSpaceException.

westonal commented 6 years ago

Fixed in 0.1.8