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
Currently the HPKE Suite API has encrypt and decrypt argument "info" to provide KDF extra info, but does not have argument "aad" to provide AEAD input of AAD.
Without this, I am not able to validate examples from RFC 9180 which do use AAD.
Currently the HPKE Suite API has encrypt and decrypt argument "info" to provide KDF extra info, but does not have argument "aad" to provide AEAD input of AAD.
Without this, I am not able to validate examples from RFC 9180 which do use AAD.