Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fix g2mul.go #368

Open
wants to merge 1 commit into
base: mainnet
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Typo fix g2mul.go
dedyshkaPexto authored Jan 23, 2025
commit 8e24d49a8e21d5942fbc38835ed6d93ac4fa036f
4 changes: 2 additions & 2 deletions test/ffi/go/g2mul.go
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ func main() {
pyssInt := new(big.Int)
pyssInt, _ = pyssInt.SetString(pyss[0], 10)

//swtich to print coord requested
//switch to print coord requested
switch os.Args[2] {
case "1":
fmt.Printf("0x%064X", pxsInt)
@@ -59,4 +59,4 @@ func GetG2Generator() *bn254.G2Affine {
g2Gen.Y.SetString("8495653923123431417604973247489272438418190587263600148770280649306958101930",
"4082367875863433681332203403145435568316851327593401208105741076214120093531")
return g2Gen
}
}