Skip to content

Commit

Permalink
style(poseidon-proof): format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Nov 24, 2023
1 parent 3b40b32 commit 7786513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/poseidon-proof/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
</div>

| This zero-knowledge library facilitates the demonstration of having a Poseidon hash pre-image while keeping the pre-image value confidential. Additionally, it offers a mechanism to prevent the same proof from being reused. The circuit that forms the foundation of this library is accessible via this [link](https://github.com/privacy-scaling-explorations/zk-kit/blob/main/packages/circuits/templates/poseidon-proof.circom). |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Originally developed for integration with [Semaphore V4](https://github.com/semaphore-protocol/semaphore), this library also functions effectively as a standalone tool. Notable use cases in connection with Semaphore can be:

* allowing a Semaphore user to prove that they possess the secret value associated with the identity commitment of their Semaphore identity,
* unmasking the identity of zero-knowledge proofs earlier created using Semaphore.
- allowing a Semaphore user to prove that they possess the secret value associated with the identity commitment of their Semaphore identity,
- unmasking the identity of zero-knowledge proofs earlier created using Semaphore.

The Snark artifacts (`.wasm` and `.zkey` files) can be specified or not in the `generate` function parameters and can possibly be downloaded using the following URLs:

Expand Down

0 comments on commit 7786513

Please sign in to comment.