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