From 3622cee0004ec1760e7e320a2e18ca0f3684bf10 Mon Sep 17 00:00:00 2001 From: Jake Massimo Date: Wed, 29 Jan 2025 22:35:23 -0800 Subject: [PATCH] spelling --- crypto/ml_dsa/ml_dsa_ref/sign.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ml_dsa/ml_dsa_ref/sign.c b/crypto/ml_dsa/ml_dsa_ref/sign.c index 146e918c71..7f7d1b8982 100644 --- a/crypto/ml_dsa/ml_dsa_ref/sign.c +++ b/crypto/ml_dsa/ml_dsa_ref/sign.c @@ -20,7 +20,7 @@ * Returns 1 if the signature was successfully verified, 0 if it cannot. * * Note: FIPS 204 requires that public/private key pairs are to be used only for - * the calculation and/ornverification of digital signatures. + * the calculation and/of verification of digital signatures. **************************************************/ static int ml_dsa_keypair_pct(ml_dsa_params *params, uint8_t *pk,