Skip to content

Commit

Permalink
style: fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasPiellard committed Jun 27, 2024
1 parent 5511294 commit 3443fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ func WithIcicleAcceleration() ProverOption {
}
}

// WithStatisticalZeroKnowledge ensures that statisitacal zero knowledgeness is achieved.
// This option makes the prover a little more memory costly, are 3 more size n (size of the circuit)
// WithStatisticalZeroKnowledge ensures that statistical zero knowledgeness is achieved.
// This option makes the prover more memory costly, as there are 3 more size n (size of the circuit)
// allocations.
func WithStatisticalZeroKnowledge() ProverOption {
return func(pc *ProverConfig) error {
Expand Down

0 comments on commit 3443fa9

Please sign in to comment.