Class: SHA256PRG

verificatum.crypto.SHA256PRG()

new SHA256PRG()

Pseudo-random generator based on SHA-256 in counter mode.
Source:

Methods

setSeed(seed)

Initializes this PRG with the given seed.
Parameters:
Name Type Description
seed Seed bytes.
Source: