Skip to content

Commit

Permalink
style(circuits): format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Nov 29, 2023
1 parent 8c3bf7c commit 31640ea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/circuits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@
</h4>
</div>


| This package offers a collection of reusable circuits designed for integration into other projects or protocols, promoting code modularization within the zero-knowledge ecosystem. |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

## Circuits

* Circom:
* [PoseidonProof](./circom/poseidon-proof.circom): It proves the possession of a Posidon pre-image without revealing the pre-image itself.
* [BinaryMerkleRoot](./circom/binary-merkle-root.circom): It calculates the root of a binary Merkle tree using a provided proof-of-membership.
- Circom:
- [PoseidonProof](./circom/poseidon-proof.circom): It proves the possession of a Posidon pre-image without revealing the pre-image itself.
- [BinaryMerkleRoot](./circom/binary-merkle-root.circom): It calculates the root of a binary Merkle tree using a provided proof-of-membership.

## 🛠 Install

Expand Down

0 comments on commit 31640ea

Please sign in to comment.