Click or drag to resize

XofBytes Method

Generate bytes using an eXtendable-Output Function (XOF).

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static byte[] Bytes(
	int numBytes,
	byte[] message,
	XofAlg xofAlg
)

Parameters

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

Return Value

Byte
Output data in byte array.
See Also