Skip to content

Commit 0f824b0

Browse files
MasterKaleQZHelen
authored andcommitted
Remove CBOR encoding of thumbprint
1 parent fb916b1 commit 0f824b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/com/credman/cmwallet/openid4vp

app/src/main/java/com/credman/cmwallet/openid4vp/OpenId4VP.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class OpenId4VP(
182182
listOf(
183183
origin,
184184
nonce,
185-
cborEncode(ecJwkThumbprintSha256(encryptionJwk!!))
185+
ecJwkThumbprintSha256(encryptionJwk!!)
186186
)
187187
}
188188
else -> throw IllegalArgumentException("Unsupported response mode: $responseMode")

0 commit comments

Comments
 (0)