Documentation
¶
Overview ¶
Package cryptor defines core-owned cipher contracts and boundary helpers.
New code should import this package instead of the legacy pki path:
import "github.com/InsideGallery/core/pki/cryptor"
Compatibility: github.com/InsideGallery/core/pki remains available for existing consumers. Prefer Options, Result, Cipher, Encrypt, and Decrypt from this package so cipher contracts stay behind a focused import path.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCipherNotSet = legacy.ErrCipherNotSet
ErrCipherNotSet reports a nil cipher dependency.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.