isSameHash

Validates a password against an existing salted hash.

If sHash is a Hash!Digest, then sHash.digest MUST be non-null. Otherwise this function will have no other way to determine what digest to match against, and an UnknownDigestException will be thrown.

More...

Detailed Description

Optional Params

salter - Default value is 'toDelegate(&defaultSalter!TDigest)'

digest - Default value is 'new DefaultDigestClass()'

Meta