Description
Generates cryptographic nonces for Haskell software. A nonce is a value intended to be used once, often to prevent replay or ensure uniqueness in security protocols.
It is useful for authentication, tokens, encryption workflows, and network protocols. Correct security still depends on using nonces in the right protocol context and with suitable randomness.