CryptoSys PKI
23.0.0
|
Extendable-output function (XOF). More...
Public Types | |
enum class | XofAlg |
Extendable-output function (XOF) algorithm. More... | |
Static Public Member Functions | |
static bvec_t | Bytes (int numBytes, const bvec_t &message, XofAlg xofalg) |
Generate bytes using an extendable-output function (XOF). More... | |
Extendable-output function (XOF).
|
strong |
Generate bytes using an extendable-output function (XOF).
numBytes | Required number of output bytes. |
message | Input message data. |
xofalg | XOF algorithm. |