# Functions
Compares two strings (typicaly password hashes) in a secure, constant-time fashion.
# Variables
Indicates that password verification failed because the provided password does not match the provided hash.
Indicates that password verification is not possible because the hashing scheme used by the hash provided is not supported.
# Interfaces
The Scheme interface provides an abstract interface to an implementation of a particular password hashing scheme.