Versions in this module Expand all Collapse all v1 v1.10.1 Aug 20, 2026 v1.10.0 Aug 19, 2026 Changes in this version + type Sealer struct + func New(encodedKey string) (*Sealer, error) + func NewRandom() (*Sealer, error) + func (s *Sealer) Open(token string) ([]byte, error) + func (s *Sealer) Seal(_ context.Context, plaintext []byte) (string, error)