Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)