We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ca4cc commit 7fec9e3Copy full SHA for 7fec9e3
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