Skip to content

Commit

Permalink
fix: linting issues in kmm
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Ribó <[email protected]>
  • Loading branch information
elribonazo committed Sep 30, 2024
1 parent f9cec61 commit b7ed805
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,9 @@ actual class KMMEdPublicKey(bytes: ByteArray) {
* @return Boolean
*/
actual fun verify(message: ByteArray, sig: ByteArray): Boolean {

return keyPair.verify(
Buffer.from(message),
sig.toHexString()


)
}
}

0 comments on commit b7ed805

Please sign in to comment.