Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xenowits authored Feb 27, 2024
1 parent e6688da commit 3ce5ac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Maya ZK Benchmarks

This repo contains cli commands to generate and verify zero-knowledge proof of image crop transformation.
This enables a verifier to verify if an image was actually cropped from an original image.
This repo contains cli commands to generate and verify zero-knowledge proof of image transformation.
This enables a verifier to verify if an image was actually transformed correctly from an original image.

See [docs](https://docs.mayalabs.tech) for more information.

To run benchmark tests:
```shell
go test -v ./cmd --results-dir=../book/perf/<machine> -run ^TestBenchmark
```
```

0 comments on commit 3ce5ac1

Please sign in to comment.