Add support for CMAC-64 and (in particular) for 3DES-CMAC.
CMAC-64 is used for GOST ciphersuites in TLS and 3DES-CMAC is an easy reference to test generic CMAC-64 code.
Changes since previous version: - adapt to follow changed CMAC-128 interface - expand documentation to cover CMAC-64