Add Curve25519() API to Redbean

This commit is contained in:
Justine Tunney 2024-01-20 01:06:19 -08:00
parent 1226eb7a5e
commit d50064a779
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 38 additions and 1 deletions

View file

@ -18,6 +18,7 @@ int LuaCategorizeIp(lua_State *);
int LuaCompress(lua_State *);
int LuaCrc32(lua_State *);
int LuaCrc32c(lua_State *);
int LuaCurve25519(lua_State *);
int LuaDecimate(lua_State *);
int LuaDecodeBase32(lua_State *);
int LuaDecodeBase64(lua_State *);