PwHash.moderatePwHashConfig

Password hashing config suitable for moderate use.

template PwHash(Algorithm alg)
enum moderatePwHashConfig = PwHashConfig(crypto_pwhash_OPSLIMIT_MODERATE, crypto_pwhash_MEMLIMIT_MODERATE);

Meta