Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 926 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 926 Bytes

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