ChorusOne / eth-staking-smith

Ethereum 2.0 deposit CLI / library
Apache License 2.0
19 stars 6 forks source link

Fasten up execution by using pbkdf2 #8

Closed mksh closed 2 years ago

mksh commented 2 years ago

Currently most of the generation time is spent in scrypt() function, which is pretty slow.

This changes password derivation method to pbkdf2() which allows to generate a validator in 30 seconds on my Mac.