Skip to content

Commit

Permalink
Fix X25519Kyber768Draft00 build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Nov 21, 2024
1 parent e72d25c commit 60005e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcrux-kem/src/kem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ pub enum Ss {
X25519PublicKey, // pk_X
),
#[cfg(feature = "kyber")]
X25519Kyber768Draft00(MlKemSharedSecret, X25519PublicKey),
X25519Kyber768Draft00(MlKemSharedSecret, X25519SharedSecret),
#[cfg(feature = "kyber")]
XWingKyberDraft02(
MlKemSharedSecret, // ss_M
Expand Down

0 comments on commit 60005e9

Please sign in to comment.