An open API service indexing awesome lists of open source software.

https://github.com/tronprotocol/zksnark-java-sdk

a zksnark jni library
https://github.com/tronprotocol/zksnark-java-sdk

Last synced: about 1 year ago
JSON representation

a zksnark jni library

Awesome Lists containing this project

README

          

# libzksnark
a zksnark jni library

# Pull source
```
$ git clone git@github.com:tronprotocol/zksnark-java-sdk.git --recursive
```
OR
```
$ git clone git@github.com:tronprotocol/zksnark-java-sdk.git
$ git submodule update --init --recursive
```

# Required

cmake (version >= 3.10.2)

cargo

libtool

automake

mvn

jdk8(need JAVA_HOME set)

# for m1
```shell
cd cpp && mkdir build && cd build
CC=cc cmake ..
make
```