Versions in this module Expand all Collapse all v0 v0.7.0 Dec 4, 2025 Changes in this version + type CipherWrapper struct + type SecureRNG struct + Pool sync.Pool + ReseedInterval time.Duration + ReseedVolume uint64 + func NewSecureRNG() *SecureRNG + func NewSecureRNGWith(interval time.Duration, volume uint64) *SecureRNG + func (r *SecureRNG) Read(p []byte) (int, error)