Skip to content

Commit

Permalink
Updates X-Wing OID
Browse files Browse the repository at this point in the history
  • Loading branch information
codespree committed Oct 25, 2024
1 parent ab05443 commit cef13f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/kem/common/config/oids.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ impl Oid for KemType {
KemType::MlKem768 => "2.16.840.1.101.3.4.4.2",
KemType::MlKem1024 => "2.16.840.1.101.3.4.4.3",

// XWing
// TODO: XWing doesn't have an OID yet
// this should be updated when an OID is assigned
KemType::XWing => "2.16.840.1.101.3.4.4.2.0",
// XWing:
KemType::XWing => "1.3.6.1.4.1.62253.25722",
}
.to_string()
}
Expand Down

0 comments on commit cef13f4

Please sign in to comment.