From e63630ed807a204ae9dc0a7f6432ec1c955f3d9d Mon Sep 17 00:00:00 2001 From: zeekay Date: Sat, 27 Jun 2026 16:35:13 -0700 Subject: [PATCH] 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. --- hqc/hqc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hqc/hqc.go b/hqc/hqc.go index 106704a..cf8a62c 100644 --- a/hqc/hqc.go +++ b/hqc/hqc.go @@ -12,7 +12,7 @@ // Wired to fill the family-disjoint gap on the KEM side, parallel to // 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) // // Spec: NIST IR 8528 "Status Report on the Fourth Round of the NIST