Documentation ¶
Index ¶
Constants ¶
View Source
const ( BITS_PER_BYTE = 8 BLOCK_SIZE_WORDS = 2 WORD_SIZE = 8 BLOCK_SIZE = BLOCK_SIZE_WORDS * WORD_SIZE KEY_SIZE = 32 SEED_SIZE = KEY_SIZE + BLOCK_SIZE )
Variables ¶
This section is empty.
Functions ¶
func CreatePRNG ¶
* Creates a cryptographically secure pseudo-random number generator * initialized to a 384 bit seed. * * The provided seed must be exactly 48 bytes long.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.