Skip to content

Skynet Lua crypto algorithms supported extend

License

Notifications You must be signed in to change notification settings

CandyMi/skynet-lua-crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skynet-lua-crypt

fork from here.

Lua crypto algorithms supported extend

Like skynet lua-crypt, But add md5crc32crc64sha256sha512hmac_md5hmac_sha256hmac_sha512 supported.

Note that this is a Lua C API implementation, And tested by exmaple/testsha.lua file.

Replace file

   Copy all files in skynet-lua-crypt/src to the luaclib-src folder and replace the relevant files.

Build && Install with skynet. (Only tested In Skynet v1.2)

You can achieve fast compilation by simply replacing the skynet-lua-crypt/Makefile file with the skynet/Makefile file.

Finally, You need use make platform(linux/macosx/freebsd) to build it.

LICENSE

MIT LICENSE