Skip to content

Commit

Permalink
chore: fix some function names in comment (#559)
Browse files Browse the repository at this point in the history
Signed-off-by: cuibuwei <[email protected]>
  • Loading branch information
cuibuwei authored and ivokub committed Dec 25, 2024
1 parent 41949a6 commit 12f9a75
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ecc/bls12-377/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bls12-381/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bls24-315/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bls24-317/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bn254/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bw6-633/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bw6-761/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/generator/fri/template/fri.test.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func randomPolynomial(size uint64, seed int32) []fr.Element {
return p
}

// convertOrderCanonical convert the index i, an entry in a
// convertSortedCanonical convert the index i, an entry in a
// sorted polynomial, to the corresponding entry in canonical
// representation. n is the size of the polynomial.
func convertSortedCanonical(i, n int) int {
Expand Down

0 comments on commit 12f9a75

Please sign in to comment.