aboutsummaryrefslogtreecommitdiff
path: root/src/hash/sha2-256.h
blob: d794dec61e5b703d3a5f03d5c43e9732face2b12 (plain)
1
2
3
4
5
#include "../lua.h"

int l_sha512(lua_State*);
int l_sha384(lua_State*);
int l_sha512_t(lua_State*);