Current Path :
/
opt
/
imunify360-webshield
/
lualib
/
resty
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/imunify360-webshield/lualib/resty/sha.lua
-- Copyright (C) by Yichun Zhang (agentzh) local ffi = require "ffi" local _M = { _VERSION = '0.17' } ffi.cdef[[ typedef unsigned long SHA_LONG; typedef unsigned long long SHA_LONG64; enum { SHA_LBLOCK = 16 }; ]]; return _M