PwHash.interactivePwHashConfig

Password hashing config suitable for interactive use.

template PwHash(Algorithm alg)
enum interactivePwHashConfig = PwHashConfig(crypto_pwhash_OPSLIMIT_INTERACTIVE, crypto_pwhash_MEMLIMIT_INTERACTIVE);

Meta