From 8c2cdac0bc0279a0bcd3e3fcbde570da1f2e71df Mon Sep 17 00:00:00 2001 From: Dzianis Kotau Date: Tue, 3 Mar 2026 09:08:48 +0100 Subject: [PATCH] fix: ES256K value update --- src/Algorithms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Algorithms.php b/src/Algorithms.php index a0324b9..0692ad1 100644 --- a/src/Algorithms.php +++ b/src/Algorithms.php @@ -121,7 +121,7 @@ abstract class Algorithms final public const COSE_ALGORITHM_RSAES_OAEP_512 = -42; - final public const COSE_ALGORITHM_ES256K = -46; + final public const COSE_ALGORITHM_ES256K = -47; final public const COSE_ALGORITHM_RS256 = -257;