Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Aug 27, 2024
1 parent ef90355 commit ae8bdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/generator/ecc/template/multiexp_affine.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func processChunk{{ $.UPointName }}BatchAffine[BJE ib{{ $.TJacobianExtended }},B
// note that we have 2 sets of buckets
// 1 in {{ $.TAffine }} used with the batch affine additions
// 1 in {{ $.TJacobianExtended }} used in case the queue of conflicting points
var buckets B // in {{ $.TAffine }} coordinates, infinities are represented as (0,0), no need to init
var buckets B // in {{ $.TAffine }} coordinates, infinity point is represented as (0,0), no need to init
var bucketsJE BJE
for i := 0; i < len(buckets); i++ {
bucketsJE[i].setInfinity()
Expand Down

0 comments on commit ae8bdb4

Please sign in to comment.