PwHash.interactivePwHashConfig

Password hashing config suitable for interactive use.

  1. enum interactivePwHashConfig;
  2. enum interactivePwHashConfig;
    template PwHash(Algorithm alg)
    static if(!(alg == Algorithm.Scrypt))
    static if(alg == Algorithm.Argon2)
    enum interactivePwHashConfig = PwHashConfig(crypto_pwhash_OPSLIMIT_INTERACTIVE, crypto_pwhash_MEMLIMIT_INTERACTIVE);

Meta