Click or drag to resize

RngBytes Method

Generate an array of random bytes.

Namespace: CryptoSysPQC
Assembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static byte[] Bytes(
	int numBytes
)

Parameters

numBytes  Int32
Required number of random bytes

Return Value

Byte
Array of random bytes
See Also