Skip to content

Commit

Permalink
Add another kem scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
david415 committed Apr 17, 2024
1 parent d032fd0 commit 6fd5dd4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kem/schemes/schemes.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ var allSchemes = [...]kem.Scheme{
mlkem768.Scheme(),
),

combiner.New(
"x25519-mceliece8192128f-ctidh512",
[]kem.Scheme{
adapter.FromNIKE(x25519.Scheme(rand.Reader)),
mceliece8192128f.Scheme(),
adapter.FromNIKE(ctidh512.Scheme()),
},
),

combiner.New(
"sntrup4591761-X25519",
[]kem.Scheme{
Expand Down

0 comments on commit 6fd5dd4

Please sign in to comment.