| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4a7ad93 commit 9b29be6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5843,7 +5843,9 @@ added: REPLACEME | |||
| 5843 | 5843 | Generates a random [RFC 9562][] version 7 UUID. The UUID contains a millisecond | |
| 5844 | 5844 | precision Unix timestamp in the most significant 48 bits, followed by | |
| 5845 | 5845 | cryptographically secure random bits for the remaining fields, making it | |
| 5846 | - suitable for use as a database key with time-based sorting. | ||
| 5846 | + suitable for use as a database key with time-based sorting. The embedded | ||
| 5847 | + timestamp relies on a non-monotonic clock and is not guaranteed to be strictly | ||
| 5848 | + increasing. | ||
| 5847 | 5849 | ||
| 5848 | 5850 | ### `crypto.scrypt(password, salt, keylen[, options], callback)` | |
| 5849 | 5851 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments