I'm little confused.

Is constant for 256-bit block size in CMAC:
http://www.cryptopp.com/docs/ref/cmac_8cpp_source.html really correct?

It should be polynomial (256, )10, 5, 2.

So it should be:
// 10000100101

k[30] ^= 4;k[31] ^= 0x25;


instead of

// 10000100011

k[30] ^= 4;k[31] ^= 0x23;


?

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to