dcrypt.pqc.sphincs.sphincs256

Members

Functions

hash_2n_n
hash256 hash_2n_n(in ref hash256 m1, in ref hash256 m2)

Note: This is called 'Hash H' in the paper.

hash_n_n
hash256 hash_n_n(in ref hash256 input)

Note: This is called 'Hash F' in the paper.

prg
void prg(ubyte[] outBuf, in ubyte[32] seed)

Generate a pseudo random sequence from a given seed.

Meta