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

https://github.com/achimcc/substrate-arkworks-examples

Example implementation of curve arithmetic for the ark-substrate curves
https://github.com/achimcc/substrate-arkworks-examples

blockchain cryptography polkadot rust substrate zero-knowledge

Last synced: about 1 year ago
JSON representation

Example implementation of curve arithmetic for the ark-substrate curves

Awesome Lists containing this project

README

          

# substrate-arkworks-examples
Example implementation of curve arithmetic for the ark-substrate curves.

## Benchmarking

You can run the included benchmarks of the Substrate extrinsics on your local machine with:

```shell
gh repo clone https://github.com/achimcc/substrate-arkworks-examples
cd substrate-arkworks-examples
make install
make benchmark
```

The results are then written into a benchmark.pdf file.

An overview and comparison of all benchmark results can be found [here](https://github.com/achimcc/substrate-arkworks-examples/blob/main/benchmarks-comparison.md).