Log

util-src/crand.c @ 7922:2fd20f372cb1

description author age
util.crand: Clarify that lua_error does not return Kim Alvefur 2017-02-25
util.crand: Throw error if OpenSSLs RNG is not seeded Kim Alvefur 2017-02-25
util.crand: TODOs Kim Alvefur 2017-01-22
util.crand: Comment about getrandom Kim Alvefur 2017-01-22
util.crand: Add comment describing purpose of module Kim Alvefur 2017-01-22
util.crand: Update copyright header Kim Alvefur 2017-01-22
util.crand: Raise hard errors Kim Alvefur 2017-01-20
util.crand: Remove seeding Kim Alvefur 2017-01-20
util.crand: Let Lua handle allocation, freeing and error handling for buffer Kim Alvefur 2017-01-20
util.crand: Switch to luaL_checkinteger since checkint is deprecated in Lua 5.3 Kim Alvefur 2017-01-20
util-src: Make C modules assert that the Lua runtime matches what it was compiled for Kim Alvefur 2017-01-08
util.crand: Silence compiler warning Kim Alvefur 2016-05-25
util.crand: Include stdlib.h instead of malloc.h for portability (thanks Tobias) Kim Alvefur 2016-02-22
util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG Kim Alvefur 2016-02-22