openethereum / wordlist

Parity Brain Wallets Word List Library
GNU General Public License v3.0
85 stars 688 forks source link

Get rid of itertools #3

Closed tomusdrw closed 5 years ago

tomusdrw commented 7 years ago

To have one less dependency.

We can possible also get rid of lazy_static and just include raw words list as a static slice compile time.