Generate a Sphincs keypair.
Compute the public key given the secret key.
Generate a detached sphincs256 signature for message.
has to be the max of (2*(SUBTREE_HEIGHT+WOTS_LOGL)) and (WOTS_W-1) and 2*HORST_LOGT
root hash & masks
(SK1, SK2, Q)
Length of SK2.
Bitlength of hashes in HORST and WOTS.
Bitlength of the message hash.
Number of subtree-layers of the hyper-tree.
Number of levels of a subtree.
A hash function mapping n-bit strings to n-bit strings. hash_n_n: {0,1}^n -> {0,1}^n
A hash function mapping 2 n-bit strings to n-bit strings. hash_2n_n: {0,1}^n x {0,1}^n -> {0,1}^n
A pseudo random generator function.