Require CSPRNG in UUID generation where applicable

This commit is contained in:
Feoramund
2024-06-22 18:21:31 -04:00
parent 3aa232a894
commit fcdba334ea
3 changed files with 21 additions and 3 deletions
+3
View File
@@ -16,6 +16,9 @@ VERSION_7_TIME_SHIFT :: 80
VERSION_7_COUNTER_MASK :: 0x00000000_00000fff_00000000_00000000
VERSION_7_COUNTER_SHIFT :: 64
@(private)
NO_CSPRNG_ERROR :: "The context random generator is not cryptographic. See the documentation for an example of how to set one up."
Read_Error :: enum {
None,
Invalid_Length,