aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto
diff options
context:
space:
mode:
authorZandra <[email protected]>2015-11-20 10:02:41 +0100
committerZandra <[email protected]>2015-11-20 10:02:41 +0100
commitabaa4d89bd6e012ce50f21278c9bbcfc6a553b0c (patch)
treebba3c14ee9faf12cf5212aed8b9d58cbbc47bff4 /lib/crypto
parente4163490d46b89f28cc8331cf846a576e1bc12de (diff)
parentb5e4c4533ed5e407804b825ecab65164161a0060 (diff)
downloadotp-abaa4d89bd6e012ce50f21278c9bbcfc6a553b0c.tar.gz
otp-abaa4d89bd6e012ce50f21278c9bbcfc6a553b0c.tar.bz2
otp-abaa4d89bd6e012ce50f21278c9bbcfc6a553b0c.zip
Merge branch 'maint'
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/doc/src/crypto.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml
index 8d082bf3fe..563a090e98 100644
--- a/lib/crypto/doc/src/crypto.xml
+++ b/lib/crypto/doc/src/crypto.xml
@@ -601,8 +601,11 @@
</type>
<desc>
<p>Generates N bytes randomly uniform 0..255, and returns the
- result in a binary. Uses the <c>crypto</c> library pseudo-random
- number generator.</p>
+ result in a binary. Uses the <c>crypto</c> library pseudo-random
+ number generator.</p>
+ <p>This function is not recommended for cryptographic purposes.
+ Please use <seealso marker="#strong_rand_bytes/1">
+ strong_rand_bytes/1</seealso> instead.</p>
</desc>
</func>