proxy.golang.org : github.com/CSCfi/uuid
Package uuid generates a 128-bit UUID based on Unix time (similar to one of CouchDB's UUID options). For example: The benefits of this form of UUID are chronological sortability, which is good for database key usage, and a measure of protection against predictability, since it carries at least 72 bits of entropy (9 x 8b). Note that this doesn't necessarily make it a good choice for cryptographic purposes. This package defaults to the UUID form without dashes, as they're not particularly useful in this format.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/%21c%21s%21cfi/uuid
License: MIT
Latest release: over 5 years ago
First release: over 5 years ago
Namespace: github.com/CSCfi
Last synced: 3 months ago