Skip to content

Commit

Permalink
fix: linting
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 b7ed805 commit 6651a6c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class KMMEdKeyPairTest {
private val rawPKEncoded = rawPk.base64UrlEncoded
private val rawSig = "rQHC0fmOclPBFiPVJCK_WJB0NgTAxSqpggPwRotNdncKrhgM2eECtr3j7UBTBmDdPTmpXGwQvyhTRTG8cymeBA".base64UrlDecodedBytes


@Test
fun ed_signature_verify() {
val message = "testing".encodeToByteArray()
Expand Down

0 comments on commit 6651a6c

Please sign in to comment.