package
0.20.0
Repository: https://github.com/go-soa/charon.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewBCryptHasher allocates new NewBCryptHasher.

# Variables

ErrBCryptCostOutOfRange can be returned by NewBCryptHasher if provided cost is not between min and max.

# Structs

BCryptHasher hasher that use BCrypt algorithm to secure password.

# Interfaces

Hasher define set of methods that object needs to implement to be considered as a hasher.