package
1.0.10
Repository: https://github.com/rai-project/passlib.git
Documentation: pkg.go.dev

# 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.