[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C Based Hash Libs
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 28 Oct 2021 13:15:46 -0300
> Are there any good collections of hash function in a C based Lua lib?
>
> Usual stuff like bcrypt, the SHA2 family, and maybe some more modern
> functions too.
Try lua-hashings, which is in pure Lua:
https://luarocks.org/modules/user-none/lua-hashings
See also https://luarocks.org/search?q=crypto
There's also my ldigest at https://web.tecgraf.puc-rio.br/~lhf/ftp/lua/#ldigest