Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
#!/usr/bin/env bash

cd secp256k1
./autogen.sh
./configure --enable-experimental --enable-module-ecdh --enable-jni --enable-module-recovery
make clean
make
# sudo make
cd ..
rm -rf target
mvn install
23 changes: 23 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,22 @@
</build>

<dependencies>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/log4j/log4j -->
<dependency>
Expand Down Expand Up @@ -139,6 +155,13 @@
<version>1.59</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.web3j/crypto -->
<dependency>
<groupId>org.web3j</groupId>
<artifactId>crypto</artifactId>
<version>4.1.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
50 changes: 0 additions & 50 deletions secp256k1/.gitignore

This file was deleted.

69 changes: 0 additions & 69 deletions secp256k1/.travis.yml

This file was deleted.

19 changes: 0 additions & 19 deletions secp256k1/COPYING

This file was deleted.

183 changes: 0 additions & 183 deletions secp256k1/Makefile.am

This file was deleted.

Loading