@zk-kit/poseidon-proof.circom

1.0.0-beta.1 • Public • Published

Poseidon Proof

A circuit to prove the possession of Poseidon pre-images without revealing the pre-images themselves.

NPM license NPM version Downloads

[!WARNING]
This library has not been audited.

🛠 Install

Install the @zk-kit/poseidon-proof.circom package with npm:

npm i @zk-kit/poseidon-proof.circom --save

or yarn:

yarn add @zk-kit/poseidon-proof.circom

📜 Usage

Try out the circuit with Circom locally:

include "poseidon-proof.circom";

component main = PoseidonProof(3);
circom -l ./node_modules/@zk-kit/poseidon-proof.circom/src -l ./node_modules/circomlib/circuits your-circuit.circom

Readme

Keywords

none

Package Sidebar

Install

npm i @zk-kit/poseidon-proof.circom

Weekly Downloads

0

Version

1.0.0-beta.1

License

MIT

Unpacked Size

4.98 kB

Total Files

4

Last publish

Collaborators

  • sripwoud
  • njofce
  • akinovak
  • cedoor