Skip to content

Commit

Permalink
fix fmt (scroll-tech#1049)
Browse files Browse the repository at this point in the history
noel2004 authored Dec 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7fa17b1 commit 88e28e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkevm-circuits/src/sha256_circuit/circuit.rs
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ pub trait SHA256Table {
.try_into()
.expect("must provide cols as expected layout")
}
/// is_effect col is a phase 0 col, when the cell is equal to 1 indicate this 512-bit
/// is_effect col is a phase 0 col, when the cell is equal to 1 indicate this 512-bit
/// block is the final one for current input bytes, the input_len in this row would
/// show the length *WITHOUT* padding of input bytes
fn is_effect(&self) -> Column<Advice> {

0 comments on commit 88e28e4

Please sign in to comment.