mirror of
https://github.com/logos-storage/plonky2-verifier.git
synced 2026-01-07 16:23:07 +00:00
move source code into an src subdirectory
This commit is contained in:
parent
1823fd462a
commit
1d513debb9
@ -21,14 +21,14 @@ main = do
|
|||||||
-- let prefix = "recursion_outer"
|
-- let prefix = "recursion_outer"
|
||||||
let prefix = "lookup"
|
let prefix = "lookup"
|
||||||
|
|
||||||
text_common <- L.readFile ("json/" ++ prefix ++ "_common.json")
|
text_common <- L.readFile ("../json/" ++ prefix ++ "_common.json")
|
||||||
text_vkey <- L.readFile ("json/" ++ prefix ++ "_vkey.json" )
|
text_vkey <- L.readFile ("../json/" ++ prefix ++ "_vkey.json" )
|
||||||
text_proof <- L.readFile ("json/" ++ prefix ++ "_proof.json" )
|
text_proof <- L.readFile ("../json/" ++ prefix ++ "_proof.json" )
|
||||||
|
|
||||||
let Just common_data = decode text_common :: Maybe CommonCircuitData
|
let Just common_data = decode text_common :: Maybe CommonCircuitData
|
||||||
let Just verifier_data = decode text_vkey :: Maybe VerifierOnlyCircuitData
|
let Just verifier_data = decode text_vkey :: Maybe VerifierOnlyCircuitData
|
||||||
let Just proof_data = decode text_proof :: Maybe ProofWithPublicInputs
|
let Just proof_data = decode text_proof :: Maybe ProofWithPublicInputs
|
||||||
|
|
||||||
let challenges = proofChallenges common_data verifier_data proof_data
|
let challenges = proofChallenges common_data verifier_data proof_data
|
||||||
|
|
||||||
print challenges
|
print challenges
|
||||||
Loading…
x
Reference in New Issue
Block a user