From 4ac4de51acf747c79f507d7802b51a76441ea8c2 Mon Sep 17 00:00:00 2001 From: David Garske Date: Thu, 5 Dec 2024 10:29:00 -0800 Subject: [PATCH] Fix ML-DSA level comment. --- include/wolfboot/wolfboot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wolfboot/wolfboot.h b/include/wolfboot/wolfboot.h index e697c38b..4ca85d6c 100644 --- a/include/wolfboot/wolfboot.h +++ b/include/wolfboot/wolfboot.h @@ -137,7 +137,7 @@ extern "C" { /* ML-DSA pub key size is a function of parameters. * This needs to be configurable. Default to security - * category 2. */ + * category 5. */ #define ML_DSA_L2_PUBKEY_SIZE 1312 #define ML_DSA_L3_PUBKEY_SIZE 1952