Click or drag to resize

GcmNextGmac Method

Carries out the GMAC operation using the key set up by an earlier call to Gcm.InitKey.

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public byte[] NextGmac(
	byte[] iv,
	byte[] msg
)

Parameters

iv  Byte
Initialization vector.
msg  Byte
Message data.

Return Value

Byte
GMAC value in byte array, or empty array on error
See Also