Skip to content

Commit

Permalink
use unicode divides symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
gnahraf authored Jan 8, 2025
1 parent bc5da9f commit 8b40aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Every computed row hash encodes the hash of the preceding row,
but also, depending on the row number *n*, *k* many more hashes of predecessor rows, where
*k* is the number of times 2 divides *n*:

*k* = max { *i* ∈ ℕ<sub>0</sub> s.t. 2<sup>*i*</sup> | *n* }
*k* = max { *i* ∈ ℕ<sub>0</sub> s.t. 2<sup>*i*</sup> *n* }

Each row's hash "directly" encodes *k + 1* predecessor row hashes. The hashes referenced
are from rows numbered
Expand Down

0 comments on commit 8b40aa4

Please sign in to comment.