All Projects → daurnimator → luasodium

daurnimator / luasodium

Licence: MIT License
Lua binding to libsodium (https://github.com/jedisct1/libsodium)

Programming Languages

lua
6591 projects

Sodium

This library is a Lua binding to libsodium; which is a repackaging of NaCl: Networking and Cryptography library.

It uses the FFI library that comes with LuaJIT or via luaffi.

Status

Complete

  • Low-level wrappers via the FFI for libsodium/NaCl

To do

  • Higher level wrappers to allow use of common lua idioms
  • Documentation
  • DNSCurve Example

Documentation

As it stands, only the low level binding is done; It is extremly easy to shoot yourself in the foot, as many parameters are not checked for validity.

Please refer to the official NaCl documentation for now: all caveats found there apply.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].