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