Generate bytes using an eXtendable-Output Function (XOF).
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static byte[] Bytes(
int numBytes,
byte[] message,
XofAlg xofAlg
)
Public Shared Function Bytes (
numBytes As Integer,
message As Byte(),
xofAlg As XofAlg
) As Byte()
Parameters
- numBytes Int32
- Required number of output bytes.
- message Byte
- Input message data.
- xofAlg XofAlg
- XOF algorithm.
Return Value
ByteOutput data in byte array.
See Also