We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3b0a3 commit 84c3909Copy full SHA for 84c3909
1 file changed
src/XML/Utils/Random.php
@@ -14,6 +14,8 @@ class Random
14
{
15
/**
16
* The fixed length of random identifiers.
17
+ *
18
+ * (43 - 1) / 2 = 21 → random_bytes(21) → 168 bits
19
*/
20
public const int ID_LENGTH = 43;
21
0 commit comments