Skip to content

Commit

Permalink
notes and toodos
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed Mar 1, 2025
1 parent 0147c2a commit 835465a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maat/tests/real_world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,12 @@ async fn real_world_use_case() {
} else {
tracing::info!(
"using PoSt cached params at path: {}",
porep_parameters_path.display()
post_parameters_path.display()
);
}

// We need to read it again, as Proof Generating machine requires it in this form and that's the API of bellperson.
// TODO: It's not ideal, as we're loading 50GB two times into the memory.
let porep_mapped_parameters = porep::load_groth16_parameters(porep_parameters_path).unwrap();
let post_mapped_parameters =
Arc::new(post::load_groth16_parameters(post_parameters_path).unwrap());
Expand Down

0 comments on commit 835465a

Please sign in to comment.