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]