Skip to content

Commit 0ea3165

Browse files
authored
Update index.md
1 parent d690a22 commit 0ea3165

File tree

1 file changed

+1
-1
lines changed
  • docs/zkEVM/architecture/zkprover/hashing-state-machines

1 file changed

+1
-1
lines changed

docs/zkEVM/architecture/zkprover/hashing-state-machines/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ operating on a fixed number $b$ of bits.
1818

1919
The array of $b$ bits that $f$ keeps transforming is called the _state_, and $b$ is called the _width_ of the state.
2020

21-
The state array is split into two chunks, one with $r$ bits and the other with $c$ bits. The width $b = r + c$, _where_ $r$ is called the _bitrate_ (or simply _rate_) and $c$ is called the _capacity_.
21+
The state array is split into two chunks, one with $r$ bits and the other with $c$ bits. The width $b = r + c$, where $r$ is called the _bitrate_ (or simply _rate_) and $c$ is called the _capacity_.
2222

2323
## Sponge construction phases
2424

0 commit comments

Comments
 (0)