Skip to content

Commit 4421cec

Browse files
committed
add schnorr signature library
1 parent ba35322 commit 4421cec

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ repositories {
1818
}
1919

2020
dependencies {
21+
implementation files('libs/secp256k1-api-0.0.1.jar')
2122
implementation 'org.bitcoinj:bitcoinj-core:0.16.3'
2223
implementation 'com.google.code.gson:gson:2.8.6'
2324
implementation 'com.google.guava:guava:30.1.1-jre'

libs/secp256k1-api-0.0.1.jar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)