# Functions
DESFinalTDESMac calculates a MAC with Single DES and a final round TripleDES in CBC mode.
Pad80 takes a []byte and a block size which must be a multiple of 8 and appends '80' and zero bytes until the length of the resulting []byte reaches a multiple of the block size and returns the padded []byte.