Skip to content

daurnimator/luasodium

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages