pub const SCRYPT_PARAMS_SERVER: ScryptParams;
Expand description
Recommended parameters for a production server.
SCRYPT_PARAMS_SERVER
is an appropriate set of parameters for running
scrypt on a production server 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.