Description
Small random-byte generation support helps applications request unpredictable bytes through a compact API. It is useful for software that needs portable randomness without pulling in a large dependency.
This is a low-level randomness library, not a full security solution. Developers still need correct key generation, nonce handling, error checks, and protocol review.