1 2 3 4 5 6 7 8
#include "../lua.h" enum version { sha256, sha224 }; int l_sha256(lua_State*); int l_sha224(lua_State*);