Initialises the object ready to receive data to digest
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic bool Init(
int hashBitLen
)
Public Function Init (
hashBitLen As Integer
) As Boolean
Parameters
- hashBitLen Int32
- Size of SHA-3 algorithm in bits. Must be one of {224, 256, 384, 512}.
Return Value
BooleanTrue if successful, False if failed
See Also