package
0.1.0
Repository: https://github.com/lukasdietrich/briefmail.git
Documentation: pkg.go.dev

# Functions

Hash applies the argon2id hashing algorithm to a password and stores the hash in the credentials.
NewIDGenerator creates a new id generator.
Verify checks if a password matches the credentials hash.

# Variables

ErrPasswordMismatch is returned when a password does not match the hash.

# Interfaces

IDGenerator is a service to generate unique string IDs.