PwHash.sensitivePwHashConfig

Password hashing config suitable for highly sensitive data

  1. enum sensitivePwHashConfig;
    template PwHash(Algorithm alg)
    static if(alg == Algorithm.Scrypt)
    enum sensitivePwHashConfig = PwHashConfig(crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_SENSITIVE, crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_SENSITIVE);
  2. enum sensitivePwHashConfig;

Meta