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
#27586 introduced FI protection for the otcrypto_hmac() CryptoLib implementation.
In the future, we also want to provide protection for the HMAC streaming implementation, i.e., the otcrypto_hmac_init(), otcrypto_hmac_update(), and otcrypto_hmac_final() functions.