openethereum / wordlist

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

import wordlist as constant #8

Closed rphmeier closed 7 years ago

rphmeier commented 7 years ago

Closes #4

We could also remove lazy_static if we used something like phf to generate a perfect hash set for the wordlist at compile time.