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
- Host: GitHub
- URL: https://github.com/tronprotocol/zksnark-java-sdk
- Owner: tronprotocol
- License: lgpl-3.0
- Created: 2019-06-05T10:04:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T17:09:00.000Z (over 1 year ago)
- Last Synced: 2025-04-16T08:10:44.390Z (about 1 year ago)
- Language: Java
- Size: 70.2 MB
- Stars: 15
- Watchers: 3
- Forks: 33
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```