smuellerDD / acvpparser

ACVP Parser for invocation of cryptographic implementations using the ACVP JSON test vectors
https://www.chronox.de/acvpparser
Other
36 stars 27 forks source link

Truncate CMAC based on desired mac length #9

Closed mbwang closed 3 years ago

mbwang commented 3 years ago

While using this great tool for ACVT (thanks!!), I came across this edge case that the AES CMAC is to be truncated based on macLen.

I've attached a small test response/request file with answers accepted by ACVT. cmacAesExample.zip

smuellerDD commented 3 years ago

Applied, thanks