Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

[Fix] precompile-sha256 fmt issue #1049

Merged
merged 1 commit into from
Dec 1, 2023
Merged
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 zkevm-circuits/src/sha256_circuit/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down