CSPRNG Quantum-safe 1 place See details
Random number generation
`crypto.randomBytes()`, `randomUUID()` or `getRandomValues()`. A platform CSPRNG is not a quantum exposure; it is recorded because an inventory that omits the randomness source is incomplete. `Math.random()` is a separate, present-day defect.
This is where the software gets its random numbers. Quantum computers do not weaken it.
What to do. No action.
-
app/api/chat/route.ts:84
sessionId = crypto.randomUUID();