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

X-Wing PQ/T hybrid #471

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

X-Wing PQ/T hybrid #471

wants to merge 6 commits into from

Conversation

bwesterb
Copy link
Member

@bwesterb bwesterb commented Jan 5, 2024

Implementation of X-Wing PQ/T hybrid.

@bwesterb bwesterb changed the title [WIP] X-Wing PQ/T hybrid [DNM] X-Wing PQ/T hybrid Feb 15, 2024
@bwesterb bwesterb marked this pull request as draft February 15, 2024 13:22
@bwesterb bwesterb force-pushed the bas/ml-kem branch 4 times, most recently from 6d7c6f4 to 9095c87 Compare August 13, 2024 11:27
@bwesterb bwesterb force-pushed the bas/ml-kem branch 2 times, most recently from 7fe1dfc to e85bad2 Compare August 15, 2024 18:54
Base automatically changed from bas/ml-kem to main August 16, 2024 09:24
@bwesterb bwesterb force-pushed the bas/xwing branch 2 times, most recently from cd46a06 to 296b103 Compare August 16, 2024 13:35
@bwesterb bwesterb changed the title [DNM] X-Wing PQ/T hybrid X-Wing PQ/T hybrid Oct 20, 2024
@bwesterb bwesterb marked this pull request as ready for review October 20, 2024 21:08
@bwesterb bwesterb removed the on-hold label Oct 20, 2024
@@ -0,0 +1,299 @@
// xwing implements the X-Wing PQ/T hybrid KEM
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// xwing implements the X-Wing PQ/T hybrid KEM
// Package xwing implements the X-Wing PQ/T hybrid KEM

"github.com/cloudflare/circl/kem"
)

type otherKEM struct {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
type otherKEM struct {
// genericNoAuthKEM wraps a generic KEM (kem.Scheme) to be used as a HPKE KEM.
type genericNoAuthKEM struct {

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

Successfully merging this pull request may close these issues.

2 participants