From b30f2dbf7cb5b7d215bca2ad8a753c276e1a5358 Mon Sep 17 00:00:00 2001 From: Steve Lasker Date: Fri, 21 Jun 2024 09:28:22 -0700 Subject: [PATCH] Update cwt.go Co-authored-by: Thomas Fossati --- cwt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwt.go b/cwt.go index 9cb858b..e2aa9a2 100644 --- a/cwt.go +++ b/cwt.go @@ -1,6 +1,6 @@ package cose -// https://www.iana.org/assignments/cwt/cwt.xhtml +// https://www.iana.org/assignments/cwt/cwt.xhtml#claims-registry const ( CWTClaimIssuer int64 = 1 CWTClaimSubject int64 = 2