From cce1bd6b5e4a1a378bc6d5d3013160f663bb3f2a Mon Sep 17 00:00:00 2001 From: Jonas Pauli <49498646+jonas089@users.noreply.github.com> Date: Sun, 26 May 2024 14:28:17 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4b0253..716c699 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Risc0-groth16 currently only supports x86 architecture and therefore this featur ## Auditing the API Our API serves all `Elections` and their `Votes`. An external entity can utilize the functionality exposed by our `audit-utils` crate to verify all ZKPs (=votes) independently. +The client exposes an `audit` endpoint that can be used to verify a set of votes. We scrape the votes the Smart Contract and dump them to a file that is fully auditable. The audit will evaluate all votes, verify all Zero Knowledge Proofs, flag malicious voters and output legitimate election results. ## Simple CLI Voting