Versions in this module Expand all Collapse all v1 v1.0.0 Apr 7, 2024 Changes in this version + func RegisterAlgorithm(alg Algorithm) + type Algorithm interface + Encrypt func(signing, secret string) ([]byte, error) + Name func() string + func GetAlgorithm(name string) Algorithm + func HSA256() Algorithm