PwHash.interactivePwHashConfig

Password hashing config suitable for interactive use.

  1. enum interactivePwHashConfig;
    template PwHash(Algorithm alg)
    static if(alg == Algorithm.Scrypt)
    enum interactivePwHashConfig = PwHashConfig(crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_INTERACTIVE, crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_INTERACTIVE);
  2. enum interactivePwHashConfig;

Meta