NewWithTagSize returns a hash.Hash computing the AES-PMAC checksum with the
given tag size. The tag size must between the 1 and the cipher's block size.
Verify computes the AES-PMAC checksum with the given tagsize of msg and compares
it with the given mac. This functions returns true if and only if the given mac
is equal to the computed one.