Click or drag to resize

XofBytes Method

Generate bytes using an extendable-output function (XOF).

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static byte[] Bytes(
	int numBytes,
	byte[] message,
	XofAlgorithm xofAlg
)

Parameters

numBytes  Int32
Required number of output bytes.
message  Byte
Input message data.
xofAlg  XofAlgorithm
XOF algorithm.

Return Value

Byte
Output data in byte array.
See Also