You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IV needs to match block size but the key size could be 256bit.
CMAC.init works fine if coincidentally AES128 keys are used because the blocksize and key size are same. Breaks for AES256
IV needs to match block size but the key size could be 256bit.
CMAC.init works fine if coincidentally AES128 keys are used because the blocksize and key size are same. Breaks for AES256
https://github.com/bcgit/pc-dart/blob/59e06028bff338adc7d25ff9da4063a3b2e28b4c/lib/macs/cmac.dart#L185C5-L185C52
The text was updated successfully, but these errors were encountered: