PwHash.Salt

Undocumented in source.
  1. alias Salt = ubyte[crypto_pwhash_scryptsalsa208sha256_SALTBYTES]
  2. alias Salt = ubyte[crypto_pwhash_SALTBYTES]
    template PwHash(Algorithm alg)
    static if(!(alg == Algorithm.Scrypt))
    static if(alg == Algorithm.Argon2)
    alias Salt = ubyte[crypto_pwhash_SALTBYTES]

Meta