Variable Hash.hash

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

Declaration

struct Hash
{
	// ...
	AnyDigestType!TDigest hash;
	// ...
}

Authors

Copyright

License