Hash.hash

The hash of the salted password. To obtain a printable DB-friendly string, pass this to std.digest.digest.toHexString.

struct Hash(TDigest)
AnyDigestType!TDigest hash;

Meta