Carries out the GMAC operation using the key set up by an earlier call to Gcm.InitKey.
public byte[] NextGmac( byte[] iv, byte[] msg )
Public Function NextGmac ( _ iv As Byte(), _ msg As Byte() _ ) As Byte()
[Contents] [Index]