Describe the defect
In the cryptography registry, CMAC is defined as CMAC[-{cipherAlgorithm}][-{length}]. It does not explicitly list the key length (which could be 128, 192, or 256).
Additional context
Presumably length is supposed to be the MAC length, so I did not consider that to be the key length.
Describe the defect
In the cryptography registry, CMAC is defined as
CMAC[-{cipherAlgorithm}][-{length}]. It does not explicitly list the key length (which could be 128, 192, or 256).Additional context
Presumably
lengthis supposed to be the MAC length, so I did not consider that to be the key length.