Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion circuits/src/outer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ where
_: &Self::CircuitConfig,
inputs: &Self::InstanceInputs,
) -> Vec<Fr> {
// Note, the construction of `inputs` requires that that all inputs are
// Note, the construction of `inputs` requires that all inputs are
// consistent, including the final digest. Hence we can just read that
// out.
let keccak_instance = &inputs.keccak_instance;
Expand Down
2 changes: 1 addition & 1 deletion circuits/src/utils/hashing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ pub trait InCircuitPartialHash<F: EccPrimeField>:
/// Absorbs the first `parts` of `self` into `hasher`.
fn partial_hash(&self, parts: usize, hasher: &mut PoseidonHasher<F>);

/// Returns the number of of field elements contained in `parts`.
/// Returns the number of field elements contained in `parts`.
///
/// # Note
///
Expand Down
2 changes: 1 addition & 1 deletion upa/src/tool/aggregator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const makeSubmitAggregatedProofCommand = (
type: optional(number),
long: "off-chain-final-count",
description:
"include only leading proofs from final final submission " +
"include only leading proofs from final submission " +
"(default: all)",
}),
},
Expand Down