package
Version:
v0.0.12
Opens a new window with list of versions in this module.
Published: Oct 21, 2025
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Loader: creates and returns the hash module for Lua.
This function should be registered with L.PreloadModule("hash", hash.Loader)
@luamodule hash
Example usage in Lua:
local hash = require("hash")
local h = hash.sha256("hello world")
print(h)
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.