Skip to content

Commit

Permalink
feat: added k256 with prefix signature type
Browse files Browse the repository at this point in the history
  • Loading branch information
godenzim committed Apr 5, 2024
1 parent e8dc338 commit 467d466
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codec/src/main/kotlin/acurast/codec/type/Signature.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public enum class CurveKind(public val id: Int) {
Secp256k1(2),
Secp256r1(3),
P256WithAuthData(4),
Ed25519WithPrefix(5)
Ed25519WithPrefix(5),
K256WithPrefix(6)
}

/**
Expand Down

0 comments on commit 467d466

Please sign in to comment.