commit 7bbf729e4f0c33c45b6d535567ebfa7413d987f0
parent adafc0c829e81f34868c442ec6918094a4f5c653
Author: Christian Paquin <cpaquin@microsoft.com>
Date: Fri, 23 Feb 2024 09:39:42 -0500
Fixed typo in comment (#409)
Co-authored-by: mauricefisher64 <92736594+mauricefisher64@users.noreply.github.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/src/cose_validator.rs b/sdk/src/cose_validator.rs
@@ -60,7 +60,7 @@ const PRIME256V1_OID: Oid<'static> = oid!(1.2.840 .10045 .3 .1 .7);
const DOCUMENT_SIGNING_OID: Oid<'static> = oid!(1.3.6 .1 .5 .5 .7 .3 .36);
const MS_C2PA_SIGNING_OID: Oid<'static> = oid!(1.3.6 .1 .4 .1 .311 .76 .59 .1 .9);
-/********************** Supported Valiators ***************************************
+/********************** Supported Validators ***************************************
RS256 RSASSA-PKCS1-v1_5 using SHA-256 - not recommended
RS384 RSASSA-PKCS1-v1_5 using SHA-384 - not recommended
RS512 RSASSA-PKCS1-v1_5 using SHA-512 - not recommended