Skip to content

Commit 3185af4

Browse files
SpomkyJampire
andauthored
fix: ES256K value update (#135)
Co-authored-by: Dzianis Kotau <me@dzianiskotau.com>
1 parent 21766c1 commit 3185af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Algorithms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ abstract class Algorithms
121121

122122
final public const COSE_ALGORITHM_RSAES_OAEP_512 = -42;
123123

124-
final public const COSE_ALGORITHM_ES256K = -46;
124+
final public const COSE_ALGORITHM_ES256K = -47;
125125

126126
final public const COSE_ALGORITHM_RS256 = -257;
127127

0 commit comments

Comments
 (0)