mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-07 23:53:11 +00:00
Update poq.circom
This commit is contained in:
parent
01e02e4e7e
commit
f1cb69601e
@ -15,7 +15,7 @@ include "../Mantle/pol.circom"; // defines proof_of_leadership
|
|||||||
* - bitsQuota : bit-width for the index comparator
|
* - bitsQuota : bit-width for the index comparator
|
||||||
* - zoneTreeDepth : depth of the zone’s aged notes Merkle tree (32)
|
* - zoneTreeDepth : depth of the zone’s aged notes Merkle tree (32)
|
||||||
*/
|
*/
|
||||||
template ProofOfQuota(nLevelsPK, nLevelsPol, bitsQuota) {
|
template ProofOfQuota(nLevelsPK, nLevelsPol, bitsQuota, zoneTreeDepth) {
|
||||||
// Public Inputs
|
// Public Inputs
|
||||||
signal input session; // session s
|
signal input session; // session s
|
||||||
signal input Qc; // core quota Q_C
|
signal input Qc; // core quota Q_C
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user