PwHash.PwStringBytes

Undocumented in source.
  1. alias PwStringBytes = crypto_pwhash_scryptsalsa208sha256_STRBYTES
  2. alias PwStringBytes = crypto_pwhash_STRBYTES
    template PwHash(Algorithm alg)
    static if(!(alg == Algorithm.Scrypt))
    static if(alg == Algorithm.Argon2)
    alias PwStringBytes = crypto_pwhash_STRBYTES

Meta