Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
phamnhatminh1292001 committed Oct 2, 2024
1 parent 424b50f commit 068981f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions zkmemory/src/supernova/memory_consistency_circuit.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
//! The inplementation uses the Supernova iMpleMentation of
//! The inplementation uses the Supernova implementation of
//! [here](https://github.com/argumentcomputer/arecibo/tree/dev/src)
//! The idea is similar to our Nova's implementation
//! (They showed an example [here](https://github.com/argumentcomputer/arecibo/blob/dev/src/supernova/test.rs)
//! but for other circuits. We adapt for our use case.)
//! The idea using Supernova is similar to our Nova's implementation
//! [here](https://github.com/orochi-network/orochimaru/blob/main/zkmemory/src/nova/memory_consistency_circuit.rs)
//! We let z_i to be the memory and each circuit Read or Write has
//! a witness, which is the i-th trace (addr_i,val_i)
Expand Down

0 comments on commit 068981f

Please sign in to comment.