pub const SCRYPT_PARAMS_LAPTOP: ScryptParams;
Expand description
Recommended paramaters for a laptop.
SCRYPT_PARAMS_LAPTOP
is an appropriate set of parameters for running
scrypt on a medium-range laptop in 2018. It targets 100ms of execution
time per generation or verification.
The value of this constant may be updated periodically in order to keep up with hardware trends.