diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/crypt.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/crypt.texi b/manual/crypt.texi index c41b911..af23dd7 100644 --- a/manual/crypt.texi +++ b/manual/crypt.texi @@ -301,6 +301,9 @@ booted and the randomness source has not yet been initialized. @item GRND_NONBLOCK Instead of blocking, return to the caller immediately if no data is available. + +@item GRND_INSECURE +Write random data that may not be cryptographically secure. @end table Unlike @code{getentropy}, the @code{getrandom} function is a |