From: CuleX Date: Sat, 9 Sep 2017 11:51:58 +0000 (+0200) Subject: Add note to intro page that getrandom() is new X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=ed75e5a0bf9856ce60358add2cd1f044b41e97c7;p=Monocypher.git Add note to intro page that getrandom() is new --- diff --git a/man/3monocypher/intro.3monocypher b/man/3monocypher/intro.3monocypher index a11aa30..b6ed75e 100644 --- a/man/3monocypher/intro.3monocypher +++ b/man/3monocypher/intro.3monocypher @@ -18,7 +18,8 @@ They are easy to misuse, which has lead to countless vulnerabilities in the past, typically by repeating parts of the random stream. They typically require an external random seed anyway. .Pp -On Linux, you can use the +On recent versions of Linux (glibc >= 2.25, Linux >= 3.17), you can use +the .Fn getrandom system call from .In linux/random.h .