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:
zeekay
2026-06-27 16:35:13 -07:00
parent f94599dcee
commit e63630ed80
+1 -1
View File
@@ -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