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

WIP: Add Hybrid Kyber & Dilithium support #114

Closed
wants to merge 4 commits into from
Closed

WIP: Add Hybrid Kyber & Dilithium support #114

wants to merge 4 commits into from

Conversation

wussler
Copy link
Contributor

@wussler wussler commented Aug 5, 2022

The following PR adds experimental support for the following DSA algorithms:

	PubKeyAlgoDilithiumEd25519 = 25
	PubKeyAlgoDilithiumEd448 = 26
	PubKeyAlgoDilithiump384 = 27
	PubKeyAlgoDilithiump521 = 28
	PubKeyAlgoDilithiumBrainpool384 = 29
	PubKeyAlgoDilithiumBrainpool512 = 30

And the following KEM algorithms:

	PubKeyAlgoKyberX25519 = 31
	PubKeyAlgoKyberX448 = 32
	PubKeyAlgoKyberP384 = 33
	PubKeyAlgoKyberP521 = 34
	PubKeyAlgoKyberBrainpool384 = 35
	PubKeyAlgoKyberBrainpool512 = 36

@wussler wussler changed the base branch from x448 to eddsa-marshal August 8, 2022 17:39
@wussler wussler force-pushed the eddsa-marshal branch 3 times, most recently from 01231c4 to 82a695a Compare August 12, 2022 10:41
@wussler wussler force-pushed the pqc-2 branch 2 times, most recently from b891cac to 9de57de Compare August 12, 2022 10:47
@wussler wussler force-pushed the pqc-2 branch 2 times, most recently from db5db29 to 760a498 Compare August 16, 2022 07:23
Base automatically changed from eddsa-marshal to main August 22, 2022 14:08
@wussler
Copy link
Contributor Author

wussler commented Dec 27, 2022

Replaced with #135

@wussler wussler closed this Dec 27, 2022
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.

None yet

1 participant