Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidLength = errors.New("aes: invalid length")
ErrInvalidLength for aes.
View Source
var Module = fx.Options( fx.Provide(NewGenerator), fx.Provide(NewCipher), )
Module for fx.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Key string `yaml:"key,omitempty" json:"key,omitempty" toml:"key,omitempty"`
}
Config for aes.
type Generator ¶ added in v1.367.0
type Generator struct {
// contains filtered or unexported fields
}
Generator for aes.
func NewGenerator ¶ added in v1.367.0
NewGenerator for aes.
Click to show internal directories.
Click to hide internal directories.