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
Hello,
In cf_hmac_init() key k and block blk is allocated with CF_CHASH_MAXBLK (144 bytes). However, for SHA3HMAC and SHAKE-128 use block size up to 168 bytes.
With change of macro CF_CHASH_MAXBLK to 168, we can HMAC for these algorithms.
The text was updated successfully, but these errors were encountered:
Hello,
In
cf_hmac_init()
key k and block blk is allocated with CF_CHASH_MAXBLK (144 bytes). However, for SHA3HMAC and SHAKE-128 use block size up to 168 bytes.With change of macro CF_CHASH_MAXBLK to 168, we can HMAC for these algorithms.
The text was updated successfully, but these errors were encountered: