Versions in this module Expand all Collapse all v0 v0.0.1 Nov 5, 2023 Changes in this version + type Namespace struct + func New() *Namespace + func (ns *Namespace) FNV32a(v any) (int, error) + func (ns *Namespace) HMAC(h any, k any, m any, e ...any) (string, error) + func (ns *Namespace) MD5(v any) (string, error) + func (ns *Namespace) SHA1(v any) (string, error) + func (ns *Namespace) SHA256(v any) (string, error)