Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ztgx/zkme
🔐 A Groth16 and PLONK toy, including codes, docs and others. Impl in Modern C++ and Rust, and yes, I'm into Rust.
https://github.com/ztgx/zkme
bellman cmake cpp groth16 plonk rust zksnarks
Last synced: 2 days ago
JSON representation
🔐 A Groth16 and PLONK toy, including codes, docs and others. Impl in Modern C++ and Rust, and yes, I'm into Rust.
- Host: GitHub
- URL: https://github.com/ztgx/zkme
- Owner: zTgx
- License: mit
- Created: 2021-06-18T14:20:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T07:10:19.000Z (over 2 years ago)
- Last Synced: 2023-03-08T07:46:10.197Z (almost 2 years ago)
- Topics: bellman, cmake, cpp, groth16, plonk, rust, zksnarks
- Language: C++
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zkMe
[zkMe](https://github.com/zTgx/zkMe) is a toy.
## Supported build tools versions
g++ 8.4 +
cmake 3.17 +
rust-toolchain 1.52.0## Building
```c++
mkdir my_build
cd my_build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
```## Run
```c++
./zkme -groth16(plonk)
```## Credits
[zTgx](https://github.com/zTgx) - Author
## License
[MIT](https://github.com/zTgx/bellman-cpp-rust/blob/master/LICENSE)