CryptoSys API Library Manual

Sha3.Init Method

Initialises the object ready to receive data to digest

Syntax

[C#]
public bool Init(
	int hashBitLen
)
[VB.NET]
Public Function Init ( _
	hashBitLen As Integer _
) As Boolean

Parameters

hashBitLen
Size of SHA-3 algorithm in bits. Must be one of {224, 256, 384, 512}.

Return Value

True if successful, False if failed

See Also

VB6/C equivalent: SHA3_Init

[Contents] [Index]

[PREV: Sha3.HexDigest Method...]   [Contents]   [Index]   
   [NEXT: Sha3.Instance Method...]

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