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
Add AES-256-GCM support to the HPKE implementation (#14397)
Add AES_256_GCM (AEAD ID 0x0002) as an AEAD option for HPKE, alongside
the existing AES-128-GCM and ChaCha20Poly1305 options. This completes
support for all three AEAD algorithms defined in RFC 9180.
https://claude.ai/code/session_013SgdaoQ9Jn8qAYqkNPWByV
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments