class

KemalIdentity::SecureRandomSource

Inherits KemalIdentity::RandomSource < Reference < Object

The production CSPRNG. This is the single permitted call site for Random::Secure in src/.

Instance methods

bytes(count : Int32) : Bytes

count cryptographically random bytes.

Source