diff --git a/src/XML/Utils/Random.php b/src/XML/Utils/Random.php index b3ad927c..d10aaf58 100644 --- a/src/XML/Utils/Random.php +++ b/src/XML/Utils/Random.php @@ -14,6 +14,8 @@ class Random { /** * The fixed length of random identifiers. + * + * (43 - 1) / 2 = 21 → random_bytes(21) → 168 bits */ public const int ID_LENGTH = 43;