lua-lockbox
lua-lockbox copied to clipboard
Use native builtins instead of libraries for math/string
The string and math libraries are not available in all Lua distributions. Since none of the library extension functions are used, this switches to using the native string/math variants
- Use native string builtins instead of library
- Use native math builtins instead of library