Skip to content

Commit

Permalink
Merge pull request #470 from dajiaji/common-add-kemid-mlkem
Browse files Browse the repository at this point in the history
common: add ML-KEM-* to KemId.
  • Loading branch information
dajiaji authored Nov 8, 2024
2 parents 5a75587 + 1d7e626 commit 62770df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/common/src/identifiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export const KemId = {
DhkemX25519HkdfSha256: 0x0020,
DhkemX448HkdfSha512: 0x0021,
HybridkemX25519Kyber768: 0x0030,
MlKem512: 0x0040,
MlKem768: 0x0041,
MlKem1024: 0x0042,
XWing: 0x647a,
} as const;

Expand Down

0 comments on commit 62770df

Please sign in to comment.