mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-08-09 01:23:10 +00:00
* make pow pk and block hash private * fix * remove slot secrets that was remvoed a long time ago
6 lines
180 B
Plaintext
6 lines
180 B
Plaintext
//
|
|
pragma circom 2.1.9;
|
|
|
|
include "pol_lib.circom";
|
|
|
|
component main {public [sl,epoch_nonce,t0,t1,ledger_aged,ledger_latest,P_lead_part_one,P_lead_part_two]}= proof_of_leadership(); |