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.
I notice the
hpke_pqdependency 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
hpketo support thatk256curve. However,hpke_pqdoes not seem to be maintained therefore makes it difficult to updatehpke. Are there long-term plans to support hpke_pq in this crate or migrate xyber768d00 to thehpkecrate? 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.