mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
Correct descriptions for oids (#20926)
This commit is contained in:
@@ -440,8 +440,7 @@ Hashing
|
||||
* [oids](oids.html)
|
||||
An OID is a global ID that consists of a timestamp,
|
||||
a unique counter, and a random value. This combination should suffice to
|
||||
produce a globally distributed unique ID. This implementation was extracted
|
||||
from the MongoDB interface and it thus binary compatible with a MongoDB OID.
|
||||
produce a globally distributed unique ID.
|
||||
|
||||
* [sha1](sha1.html)
|
||||
This module implements the SHA-1 checksum algorithm.
|
||||
|
||||
Reference in New Issue
Block a user