Skip to content

peter-evans/libsodium-rockspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuaRocks rock for the Sodium Crypto Library (libsodium)

luarocks Build Status

This is a convenient way to install the Sodium Crypto Library (libsodium) via LuaRocks.

I don't necessarily recommend this for production use. Please see libsodium's documentation for full installation instructions.

Please note this is not a libsodium to Lua binding! It just installs libsodium.

Installation

luarocks install libsodium

Check if libsodium has installed correctly:

pkg-config --libs libsodium

License

MIT License - see the LICENSE file for details