[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C Based Hash Libs
- From: Scott Morgan <blumf@...>
- Date: Sun, 31 Oct 2021 01:23:38 +0100
On 30/10/2021 18:50, Phil Leblanc wrote:
> You may be interested in
> - Luazen - a C, self-contained crypto library [1]
> - PLC - ("pure Lua crypto") [2]
>
> Luazen doesn't rely on any external library. All the required sources
> are included. It offers various crypto and compression algorithms,
> including SHA-512, Blake2b the modern Argon2i KDF (key derivation
> function), and legacy MD5.
...
> [1] Luazen https://github.com/philanc/luazen
>
That looks very close to what I'm after, thanks!
Scott