Click or drag to resize

Sha3Init Method

Initialises the object ready to receive data to digest

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public bool Init(
	int hashBitLen
)

Parameters

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

Return Value

Boolean
True if successful, False if failed
See Also