init cipher, H, Y0, E0
encrypt (true) or decrypt (false)
Initialization vector. Length of 96 bits is most efficient.
encryption key
length of authentication tag in bits. 32 <= macSize <= 128. Only multiples of 8 supported.
See Implementation
init cipher, H, Y0, E0