You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reducing crypto/rand bytes with % over a 62-char alphabet favored the first 8
characters (256 % 62 = 8). Reject bytes >= 248 (the largest multiple of 62 that
fits in a byte) so every character is equally likely. IDs stay opaque and the
persisted format is unchanged.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments