Skip to content

Commit 2118fb9

Browse files
fix XWing algorithm ID
1 parent 43c0252 commit 2118fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traits/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub enum KemAlgorithm {
3131
DhKem448 = 0x0021,
3232

3333
/// X-WING
34-
XWingDraft06 = 0x004D,
34+
XWingDraft06 = 0x647a,
3535
}
3636

3737
impl core::fmt::Display for KemAlgorithm {

0 commit comments

Comments
 (0)