Versions in this module Expand all Collapse all v1 v1.0.0 Mar 11, 2026 Changes in this version + type ICrypto interface + Decrypt func(cipherText []byte) ([]byte, error) + Encrypt func(textBytes []byte) ([]byte, error)