mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 08:18:30 +00:00
Add Curve25519() API to Redbean
This commit is contained in:
parent
1226eb7a5e
commit
d50064a779
3 changed files with 38 additions and 1 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue