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"`
// contains filtered or unexported fields
}
func (*Aes) AssertFunction ¶
func (a *Aes) AssertFunction() lua.LGFunction
func (*Aes) MetatableName ¶
type Crypto ¶
type Crypto struct {
// contains filtered or unexported fields
}
func (*Crypto) AssertFunction ¶
func (c *Crypto) AssertFunction() lua.LGFunction
func (*Crypto) MetatableName ¶
type Hash ¶
type Hash struct {
// contains filtered or unexported fields
}
func (*Hash) AssertFunction ¶
func (h *Hash) AssertFunction() lua.LGFunction
func (*Hash) MetatableName ¶
Click to show internal directories.
Click to hide internal directories.