Module fss_rs::prg

source ·
Expand description

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

Structs§

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