Correct descriptions for oids (#20926)

This commit is contained in:
ringabout
2022-11-27 00:29:45 +08:00
committed by GitHub
parent 2d6c200284
commit dc21ae9ea5

View File

@@ -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.