Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Aes ¶
type Aes struct {
Key string `lua:"key"`
Iv string `lua:"iv"`
Mode string `lua:"mode"`
AAD string `lua:"aad"`
}
func (*Aes) Type ¶ added in v0.5.0
func (a *Aes) Type() lua.LValueType
type Crypto ¶
type Crypto struct {
// contains filtered or unexported fields
}
func (*Crypto) Type ¶ added in v0.5.0
func (c *Crypto) Type() lua.LValueType
Click to show internal directories.
Click to hide internal directories.