Skip to content

Commit 567042a

Browse files
committed
Update CryptoTests.kt
1 parent fbc3c8e commit 567042a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

natives/src/test/java/org/tdf/natives/CryptoTests.kt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ data class Point(val x: String, val y: String)
1111
@RunWith(JUnit4::class)
1212
class CryptoTests {
1313
private val mapper = jacksonObjectMapper();
14-
15-
16-
17-
@Test
14+
1815
fun testSign() {
1916
val private = Crypto.sm3("0x00".hex().bytes).hex()
2017
println(private)
@@ -29,7 +26,6 @@ class CryptoTests {
2926
}
3027

3128

32-
@Test
3329
fun testSchnorr() {
3430
val private = Crypto.schnorrGenSigner(0);
3531
println(private)

0 commit comments

Comments
 (0)