diff --git a/crypto_condor/constants.py b/crypto_condor/constants.py index 83477d2..163c87a 100644 --- a/crypto_condor/constants.py +++ b/crypto_condor/constants.py @@ -160,16 +160,16 @@ def get_languages(self): Primitive.MLDSA: { "audit": False, "method": True, - "output": False, + "output": True, "wrapper": True, - "harness": False, + "harness": True, }, Primitive.MLKEM: { "audit": False, "method": True, - "output": False, + "output": True, "wrapper": True, - "harness": False, + "harness": True, }, } """Primitives and their supported CLI modes."""