lua-users home
lua-l archive

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


I don't know nearly enough about cryptography or Lua to turn that into something working.

On 9 August 2017 at 20:19, Pierre Chapuis <catwell@archlinux.us> wrote:
On Wed, Aug 9, 2017, at 07:11, Xazo -Tak wrote:
> >PLC - Pure Lua Crypto  (https://github.com/philanc/plc)
> That doesn't appear to contain anything asymmetric.

It looks like it contains the primitives to implement something similar
to libsodium's crypto_box (ec25519 for ECDH, chacha20 and poly1305). The
scheme itself is not implemented though.

--
Pierre Chapuis