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
With #339 we added support for RFC 9180 DHKEM(X25519, HKDF-SHA256). However, for this to be properly usable and to be utilized in the higher-level API some time, we need to add full support for HPKE using ChaCha20-Poly1305 alongside this KEM. A single-shot API of HPKE can then be added to the higher-level API.
The text was updated successfully, but these errors were encountered:
With #339 we added support for RFC 9180 DHKEM(X25519, HKDF-SHA256). However, for this to be properly usable and to be utilized in the higher-level API some time, we need to add full support for HPKE using ChaCha20-Poly1305 alongside this KEM. A single-shot API of HPKE can then be added to the higher-level API.
The text was updated successfully, but these errors were encountered: