Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HPKE support #738

Open
072i opened this issue Mar 15, 2025 · 1 comment
Open

Add HPKE support #738

072i opened this issue Mar 15, 2025 · 1 comment
Assignees

Comments

@072i
Copy link

072i commented Mar 15, 2025

Problem:

Add HPKE support. It seems that aws-lc-sys has already generated bindings for HPKE-related functions, such as EVP_HPKE_CTX_setup_sender, but you don’t recommend relying on it directly. Therefore, I’d like to have an HPKE wrapper, similar to the CryptoKit API.

Solution:

I could try to create my own wrapper, but why is it not recommended to directly rely on aws-lc-sys?

@072i
Copy link
Author

072i commented Mar 16, 2025

#300 (comment)

@andrewhop andrewhop pinned this issue Mar 28, 2025
@andrewhop andrewhop unpinned this issue Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants