Versions in this module Expand all Collapse all v1 v1.0.1 Jul 31, 2026 v1.0.0 Jul 31, 2026 Changes in this version + const Escape + const MaxComponentBytes + const Separator + var ErrHashed = errors.New("keyenc: key is a hashed identity and cannot be split") + var ErrMalformed = errors.New("keyenc: key was not produced by Join") + func IsHashed(key string) bool + func Join(parts ...string) string + func Split(key string) ([]string, error)