Module prg

Source
Expand description

Fast PRG implementations based on one-way compression functions, AES, and precreated keys.

Structsยง

Aes128MatyasMeyerOseasPrg
Matyas-Meyer-Oseas single-block-length one-way compression function with AES128 and precreated keys.
Aes256HirosePrg
Hirose double-block-length one-way compression function with AES256 and precreated keys.