PwHash.sensitivePwHashConfig

Password hashing config suitable for highly sensitive data

template PwHash(Algorithm alg)
enum sensitivePwHashConfig = PwHashConfig(crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_SENSITIVE, crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_SENSITIVE);

Meta