Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: clarifies that Q3 can be computed from Q1 as well #1461

Merged
merged 2 commits into from
Mar 9, 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
3 changes: 2 additions & 1 deletion docs/spec/nmt-wrapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ The [extended version][reedsolomon-link] is called extended data square, that is
Figure 1 provides an illustration of a sample data square and its extended version.
`Q0` corresponds to the original data square.
`Q1` and `Q2` represent the horizontal and vertical extensions of `Q0`, respectively.
`Q3` is the extension of `Q2` in the horizontal direction.
`Q3` is the horizontal extension of `Q2` or alternatively, it can be considered as the vertical extension of `Q1`.
Additional information about the extension logic can be found in the specifications of the [2D Reed-Solomon encoding scheme][reedsolomon-link].
<img src="https://raw.githubusercontent.com/celestiaorg/celestia-app/c09843d07d4c3842753138de96b304b4866e8f5d/specs/src/specs/figures/rs2d_extending.svg" alt="Figure 1. Extended Data Square." style="max-width: 50%; height: auto;">

Figure 1. `r` and `c` stand for row and column, respectively.
Expand Down