Generate an array of random bytes.
Namespace: CryptoSysPQCAssembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static byte[] Bytes(
int numBytes
)
Public Shared Function Bytes (
numBytes As Integer
) As Byte()
Parameters
- numBytes Int32
- Required number of random bytes
Return Value
ByteArray of random bytes
See Also