Software /
code /
prosody
Log
description | author | age |
---|---|---|
util.crand: Make it possible to use arc4random on Linux (needs libbsd) | Kim Alvefur | Sun, 03 Dec 2017 15:21:12 +0100 |
util.crand: Use a small buffer on the stack for small pieces of random, should be faster | Kim Alvefur | Sun, 03 Dec 2017 15:03:25 +0100 |
util.crand: Remove unneeded cast | Kim Alvefur | Sun, 03 Dec 2017 14:14:35 +0100 |
util.crand: Silence signedness warning | Kim Alvefur | Sun, 03 Dec 2017 14:13:56 +0100 |
util.crand: Only keep return value of getrandom() as the others don't return partial results | Kim Alvefur | Sat, 02 Dec 2017 11:11:32 +0100 |
util.crand: Try getrandom() again until buffer is filled | Kim Alvefur | Sat, 02 Dec 2017 10:58:37 +0100 |