Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
pulling in latest test vector update from tbdex (#181)
Browse files Browse the repository at this point in the history
* pulling in test vector update from tbdex

* pulling in latest commit in main

* bumping web5-kt version to pull in fix for did dht resolution
  • Loading branch information
jiyoonie9 authored Feb 26, 2024
1 parent 8c2e13e commit 3dbb72e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ com_networknt = "1.0.87"
com_squareup_okhttp = "4.12.0"
de_fxlae = "0.2.0"
io_ktor = "2.3.7"
xyz_block_web5 = "0.11.0"
xyz_block_web5 = "0.12.0"

[libraries]
comFasterXmlJacksonModuleKotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version.ref = "com_fasterxml_jackson" }
Expand Down
3 changes: 1 addition & 2 deletions protocol/src/main/kotlin/tbdex/sdk/protocol/CryptoUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ object CryptoUtils {
Crypto.verify(
publicKey = publicKeyJwk,
signedPayload = jws.signingInput,
signature = jws.signature.decode(),
algorithm = jws.header.algorithm
signature = jws.signature.decode()
)
}

Expand Down

0 comments on commit 3dbb72e

Please sign in to comment.