(no title)
d-z-m | 1 year ago
for those of you(like me) wondering where this apparently spooky constant is coming from, it is a bitstring of the coefficients of the lexically first irreducible polynomial of degree b with the minimum possible number of non-zero terms, where b is the block size(in bits) of the underlying block cipher with which CMAC is instantiated. So, nothing up the sleeve here.
Retr0id|1 year ago
Investigating further, general-case CMAC involves generating a K1 and a K2, which afaict just need to be arbitrarily different from each other. So why not something even simpler, like "xor with 1"?
pbsd|1 year ago
The input here is highly restricted so there's no point to it.
unknown|1 year ago
[deleted]
Dylan16807|1 year ago