Skip to content

Commit

Permalink
docs: Fix mktfhe.Evaluator.decomposed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sp301415 committed Jul 31, 2024
1 parent d82b4fb commit 2bb4eba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mktfhe/evaluator.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ type evaluationBuffer[T tfhe.TorusInt] struct {
// Use [*Evaluator.polyFourierDecomposedBuffer] to get appropriate length of buffer.
polyFourierDecomposed []poly.FourierPoly
// decomposed holds the decomposed scalar.
// Initially has length keyswitchParameters.level.
// Use [*Evaluator.decomposedBuffer] to get appropriate length of buffer.
// Has length keyswitchParameters.level.
decomposed []T

// ctProd holds the intermediate value in Hybrid Product.
Expand Down

0 comments on commit 2bb4eba

Please sign in to comment.