[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C Based Hash Libs
- From: Paul K <paul@...>
- Date: Fri, 29 Oct 2021 08:15:59 -0700
> Was hoping to avoid a 'heavy' dependency like OpenSSL, but that seems to
> be most the libs out there.
There is also MBedTLS (https://tls.mbed.org/openssl-alternative),
which is a bit smaller and can be configured to give you the libraries
you need.
Argon2 (https://en.wikipedia.org/wiki/Argon2) is a more modern bcrypt
and both Argon2 and MBedTLS have lua bindings.
Paul.