Skip to content

Commit

Permalink
doc(columns): improve the documentation on the IncludeInProverFS
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBelling committed Dec 20, 2024
1 parent 29a64c5 commit 87e1de4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prover/protocol/column/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ type storedColumnInfo struct {
// Status of the commitment
Status Status
// IncludeInProverFS states the prover should include the column in his FS
// transcript. This is used for columns that are recursed using FullRecursion.
// transcript. This is used for columns that are recursed using
// FullRecursion. This field is only meaningfull for [Ignored] columns as
// they are excluded by default.
IncludeInProverFS bool
}

Expand Down

0 comments on commit 87e1de4

Please sign in to comment.