CryptoSys API Library Manual

Xof.Bytes Method

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

Syntax

[C#]
public static byte[] Bytes(
	int numBytes,
	byte[] message,
	XofAlgorithm xofAlg
)
[VB.NET]
Public Shared Function Bytes ( _
	numBytes As Integer, _
	message As Byte(), _
	xofAlg As XofAlgorithm _
) As Byte()

Parameters

numBytes
Required number of output bytes.
message
Input message data.
xofAlg
Type: XofAlgorithm
XOF algorithm.

Return Value

Output data in byte array.

See Also

VB6/C equivalent: XOF_Bytes

[Contents] [Index]

[PREV: Wipe.String Method...]   [Contents]   [Index]   
   [NEXT: Zlib.Deflate Method...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.