File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2222//! - Proof verification: [`FoldingSchemeVerifier`]
2323//! - `circuits/`: In-circuit (partial / full) gadgets, mainly for verification.
2424//! - `instances/`: Instance types.
25+ //! - `keys/`: Key types.
2526//! - `witnesses/`: Witness types.
2627
2728pub mod definitions;
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ pub trait FCircuit {
9696 ///
9797 /// ### Tips
9898 ///
99- /// - Since this method uses `self`, the implementation store some ( fixed)
99+ /// - Since this method uses `self`, the implementation can store some fixed
100100 /// info that is shared across all steps inside `self`.
101101 /// - Variables in the implementation should be allocated as witnesses (not
102102 /// public inputs) in the implementation.
You can’t perform that action at this time.
0 commit comments