[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Does anyone know a pure Lua assymmetric encryption library?
- From: Pierre Chapuis <catwell@...>
- Date: Wed, 09 Aug 2017 10:19:04 +0200
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