mirror of
https://github.com/luxfi/crypto.git
synced 2026-07-27 01:54:50 +00:00
fix(hqc): label Corona as MLWE, not RLWE, in signature-stack comment
Corona is Module-LWE (Ringtail/Raccoon line, ePrint 2024/1113), the same family as Pulsar (ML-DSA) and ML-KEM. The stack comment already labels Pulsar (MLWE); Corona was the lone RLWE mislabel. Comment only.
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
// Wired to fill the family-disjoint gap on the KEM side, parallel to
|
// Wired to fill the family-disjoint gap on the KEM side, parallel to
|
||||||
// the Pulsar / Corona / Magnetar trio on the signature side:
|
// the Pulsar / Corona / Magnetar trio on the signature side:
|
||||||
//
|
//
|
||||||
// Signature stack: Pulsar (MLWE) Corona (RLWE) Magnetar (hash)
|
// Signature stack: Pulsar (MLWE) Corona (MLWE) Magnetar (hash)
|
||||||
// KEM stack: ML-KEM (MLWE) — HQC (code)
|
// KEM stack: ML-KEM (MLWE) — HQC (code)
|
||||||
//
|
//
|
||||||
// Spec: NIST IR 8528 "Status Report on the Fourth Round of the NIST
|
// Spec: NIST IR 8528 "Status Report on the Fourth Round of the NIST
|
||||||
|
|||||||
Reference in New Issue
Block a user