Versions in this module Expand all Collapse all v0 v0.0.2 Aug 11, 2024 v0.0.1 Aug 11, 2024 Changes in this version + func CheckBase64Encoding(L *lua.LState, n int) *base64.Encoding + func DecodeString(L *lua.LState) int + func EncodeToString(L *lua.LState) int + func LVBase64Decoder(L *lua.LState, reader io.Reader) lua.LValue + func LVBase64Encoder(L *lua.LState, writer io.Writer) lua.LValue + func LVBase64Encoding(L *lua.LState, encoding *base64.Encoding) lua.LValue + func Loader(L *lua.LState) int + func NewDecoder(L *lua.LState) int + func NewEncoder(L *lua.LState) int + func NewEncoding(L *lua.LState) int + func Preload(L *lua.LState)