extra = 2;
}
else // can't go any higher than 2^32
{
cMac.update((byte)0xff);
cMac.update((byte)0xfe);
cMac.update((byte)(associatedText.length >> 24));
cMac.update((byte)(associatedText.length >> 16));
cMac.update((byte)(associatedText.length >> 8));
cMac.update((byte)associatedText.length);