Index: base/rand_util_posix.cc |
diff --git a/base/rand_util_posix.cc b/base/rand_util_posix.cc |
index abb404a09965449f165ba1f4039eafd0ed176eab..398e80c3dc9c0742f8fe3f0ac56163d9e5d0f21f 100644 |
--- a/base/rand_util_posix.cc |
+++ b/base/rand_util_posix.cc |
@@ -41,6 +41,7 @@ base::LazyInstance<URandomFd> g_urandom_fd = LAZY_INSTANCE_INITIALIZER; |
namespace base { |
+// NOTE: This function must be cryptographically secure. crypto/ relies on this. |
Ryan Sleevi
2012/08/01 17:52:28
Rather than say "crypto/ relies on this" (which ag
|
uint64 RandUint64() { |
uint64 number; |