Log

util-src/hashes.c @ 10620:09d98cd38fe2

description author age
util.*.c: Add static qualifiers everywhere Emmanuel Gil Peyrot 2019-12-01
Backed out changeset 61bc5c52c941 Kim Alvefur 2019-04-20
util.hashes: Allow specifying output key length Kim Alvefur 2019-04-20
util.hashes: Add PBKDF2-HMAC-SHA256 Kim Alvefur 2019-01-13
util.hashes: Rename PBKDF2 function Kim Alvefur 2019-01-13
util.hashes: Remove now unused hmac() function Kim Alvefur 2019-04-19
util.hashes: Use PBKDF2 from libcrypto Kim Alvefur 2019-01-13
Merge 0.11->trunk Kim Alvefur 2019-04-19
util.hashes: Use HMAC function provided by OpenSSL (fixes #1345) 0.11 Kim Alvefur 2019-04-19
util.hashes: Remove redundant semicolon Kim Alvefur 2019-04-19
util-src/*.c: Attach pointer * to name instead of type Kim Alvefur 2017-02-12
util-src/*.c: Squeeze repeated blank lines Kim Alvefur 2017-01-23
util-src: Make C modules assert that the Lua runtime matches what it was compiled for Kim Alvefur 2017-01-08
util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to support 5.1 Kim Alvefur 2015-04-26
util-src/*.c: Per convention call luaL_error() as argument to return Florian Zeitz 2015-04-03