Generate bytes using an extendable-output function (XOF).
public static byte[] Bytes( int numBytes, byte[] message, XofAlgorithm xofAlg )
Public Shared Function Bytes ( _ numBytes As Integer, _ message As Byte(), _ xofAlg As XofAlgorithm _ ) As Byte()
VB6/C equivalent: XOF_Bytes