Versions in this module Expand all Collapse all v0 v0.7.0 Dec 21, 2025 v0.6.0 Dec 19, 2025 v0.5.1 Dec 19, 2025 Changes in this version + const DefaultCost v0.5.0 Dec 17, 2025 Changes in this version + type Hasher struct + func NewHasher() *Hasher + func NewHasherWith(options Options) *Hasher + func (h *Hasher) Check(value []byte, hash []byte) (bool, error) + func (h *Hasher) Hash(value []byte) ([]byte, error) + type Options struct