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

https://github.com/trackoor/share_proof


https://github.com/trackoor/share_proof

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Share Proof

A natural optimization of the share submission phase is to replace bundled share submissions with non-interactive zero-knowledge proofs. This is a proof of concept implementation of such a scheme.

## Dependencies

* [circom](https://github.com/iden3/circom)

## Build

```bash
mkdir output
make build
```

## Benchmark

| Circuit | Constraints |
| --- | --- |
| shareProof(10) | 307443 |
| shareProof(50) | 1534183 |
| shareProof_composite(50) | 1558914 |