Skip to content

Commit

Permalink
Add a new kem
Browse files Browse the repository at this point in the history
  • Loading branch information
david415 committed Apr 18, 2024
1 parent 170b706 commit c916252
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 @@ -92,6 +92,15 @@ var allSchemes = [...]kem.Scheme{
},
),

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

combiner.New(
"x448-mceliece8192128f-ctidh512",
[]kem.Scheme{
Expand Down

0 comments on commit c916252

Please sign in to comment.