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

Who is using the pq feature downstream? #63

Open
DanGould opened this issue Mar 28, 2024 · 1 comment
Open

Who is using the pq feature downstream? #63

DanGould opened this issue Mar 28, 2024 · 1 comment

Comments

@DanGould
Copy link
Contributor

I notice the hpke_pq dependency is used to support the xyber768d00 draft which appears to have expired.

I'm using ohttp clients in an application where secp256k1 is available, and I'm in the process of updating hpke to support that k256 curve. However, hpke_pq does not seem to be maintained therefore makes it difficult to update hpke. Are there long-term plans to support hpke_pq in this crate or migrate xyber768d00 to the hpke crate? If not, would removing the dependency and feature cause downstream problems?

I'd like to contribute to this crate's stability which would be advanced by depending on only versioned crates published to crates.io.

@martinthomson
Copy link
Owner

That feature is - as you note - not one that is ever likely to get more support. The IETF is still working out what to do with the PQ transition in HPKE. Once that is a little more stable, I expect that the core HPKE crate will pick up support.

But nor would a secp256k1 dependency be likely to get support. You might get the code points, but the Koblitz curves are out of fashion nowadays.

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