Documentation
¶
Overview ¶
Package rand provides various utitilies related to generating cryptographically secure random numbers and byte vectors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func NewDRBG ¶
NewDRBG creates a new Deterministic Random Bit Generator initialized with the provided seed and backed by SHAKE-128 that exposes a math/rand.Rand interface. As the output is entirely deterministic, this should NOT be used to generate cryptographic keying material.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.