aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/uuid/generation.odin
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken examples in documentation tester.Jeroen van Rijn2025-04-051-2/+2
| | | | | | | | | No more: ``` We could not find the procedure "pkg_foo_example :: proc()" needed to test the example created for "pkg.foo" The following procedures were found: bar() ```
* Keep `-vet` happyFeoramund2024-06-281-2/+2
|
* Add vendor-specific version 8 UUID generation (hashing)Feoramund2024-06-221-0/+116
|
* Address minor organizational issuesFeoramund2024-06-221-16/+16
|
* Improve time-related API in `uuid` packageFeoramund2024-06-221-19/+31
| | | | | | - Let timestamps be specified by the user. - Change `time_v*` to `raw_time_v*` and implement an API that returns timestamps from the `time` package.
* Require CSPRNG in UUID generation where applicableFeoramund2024-06-221-3/+9
|
* Move v3 and v5 UUID procs to `uuid/legacy`Feoramund2024-06-221-135/+0
|
* Add version 6 UUID generationFeoramund2024-06-221-0/+46
|
* Add version 1 UUID generationFeoramund2024-06-221-0/+44
|
* Add version 7 UUID generationFeoramund2024-06-221-0/+84
|
* Make UUID `Identfier` only a distinct byte arrayFeoramund2024-06-221-17/+18
|
* Add `core:encoding/uuid`Feoramund2024-06-221-0/+159