Skip to content

Commit

Permalink
write r1cs_primary
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanting Zhang committed Feb 27, 2024
1 parent 6d44f7d commit 9c76e57
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,15 @@ where
write_data: false,
};

#[cfg(any(target_arch = "x86_64", target_arch = "aarch64"))]
if config.write_data {
write_arecibo_data(
format!("r1cs_primary_{:?}", pp.digest()),
"",
&r1cs_primary,
);
}

Ok(Self {
z0_primary: z0_primary.to_vec(),
z0_secondary: z0_secondary.to_vec(),
Expand Down

0 comments on commit 9c76e57

Please sign in to comment.