PwHash.sensitivePwHashConfig

Password hashing config suitable for highly sensitive data.

template PwHash(Algorithm alg)
enum sensitivePwHashConfig = PwHashConfig(crypto_pwhash_OPSLIMIT_SENSITIVE, crypto_pwhash_MEMLIMIT_SENSITIVE);

Meta