GitXplorerGitXplorer
p

libsodium-rockspec

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
3805a348e293cebb8b9dd29bcbd2d6af64b7c1fc

Added rockspec for libsodium ver 1.0.17

ppeter-evans committed 6 years ago
Verified
10257530a595fa8b08ed527ecb022ef40ea46421

Updated README

ppeter-evans committed 7 years ago
Verified
fa0fcc6867a1bad6815faa4db75c5b94c322152d

Updated README

ppeter-evans committed 7 years ago
Unverified
be8f1cbdf546564a24cd923ad21e8b91ff7eb094

Updated rockspec

ppeter-evans committed 7 years ago
Unverified
88ef5e5f609dbca45189c67873d2e48cdea95500

Updated README

ppeter-evans committed 7 years ago
Unverified
8268ef7853661078f6f5b88da6cac33f8ccc0341

Added rockspec

ppeter-evans committed 7 years ago

README

The README file for this repository.

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