lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sat, 06 Feb 2021 19:31:03 +0100
"Pierre Chapuis" <catwell@archlinux.us> wrote:

> I agree that libsodium would be the best option, but sadly I just
> don't know a generic, battle-tested binding for Lua.

Not really "battle-tested" yet since it's still pretty new, but I've
been working on a binding to libsodium here -
https://github.com/jprjr/luasodium

Works as both a standard C binding and an FFI binding. I try to
maintain really high code-coverage via automated testing, but I do need
to gather some real-world feedback.