Add RSA support to Redbean proper

This commit is contained in:
mterron 2025-05-10 19:13:06 +12:00
parent af696e0d4a
commit 557d87ee44

View file

@ -5425,6 +5425,7 @@ static const luaL_Reg kLuaLibs[] = {
{"finger", LuaFinger}, //
{"path", LuaPath}, //
{"re", LuaRe}, //
{"rsa", LuaRSA}, //
{"unix", LuaUnix}, //
};