Skip to content

Commit

Permalink
Merge pull request #51 from jimsch/master
Browse files Browse the repository at this point in the history
Correct value to match spec
  • Loading branch information
jimsch authored Mar 4, 2017
2 parents d4f7d91 + b58a94d commit 29be889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/COSE/HeaderKeys.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public enum HeaderKeys {
Algorithm(1),
CONTENT_TYPE(3),
KID(2),
KID(4),
IV(5),
CriticalHeaders(2),
CounterSignature(7),
Expand Down

0 comments on commit 29be889

Please sign in to comment.