CryptoSys API Library Manual

Sha3.AddData Method (Byte[])

Adds an array of 8-bit bytes to the digest

Syntax

[C#]
public int AddData(
	byte[] b
)
[VB.NET]
Public Function AddData ( _
	b As Byte() _
) As Integer

Parameters

b
Data to add

Return Value

0 on success or nonzero error code

See Also

VB6/C equivalent: SHA3_AddBytes

[Contents] [Index]

[PREV: Sha256.Reset Method...]   [Contents]   [Index]   
   [NEXT: Sha3.AddData Method (String)...]

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