Extendable-output function (XOF).
Extendable-output function (XOF) algorithm.
MGF1-SHA-1 as per PKCS#1
MGF1-SHA-256
MGF1-SHA-512
SHAKE128 as per FIPS PUB 202
SHAKE256 as per FIPS PUB 202
Generate bytes using an extendable-output function (XOF).
numbytes (int) -- Required number of output bytes.
msg (bytes) -- Input message data.
xofalg (Xof.Alg) -- PRF algorithm
Output data.
bytes