Generate bytes using an extendable-output function (XOF).
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static byte[] Bytes(
int numBytes,
byte[] message,
XofAlgorithm xofAlg
)
Public Shared Function Bytes (
numBytes As Integer,
message As Byte(),
xofAlg As XofAlgorithm
) As Byte()
Parameters
- numBytes Int32
- Required number of output bytes.
- message Byte
- Input message data.
- xofAlg XofAlgorithm
- XOF algorithm.
Return Value
ByteOutput data in byte array.
See Also