From 8e24d49a8e21d5942fbc38835ed6d93ac4fa036f Mon Sep 17 00:00:00 2001 From: grandfather Date: Thu, 23 Jan 2025 22:09:03 +0100 Subject: [PATCH] Typo fix g2mul.go --- test/ffi/go/g2mul.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ffi/go/g2mul.go b/test/ffi/go/g2mul.go index 311de248..9f88903e 100644 --- a/test/ffi/go/g2mul.go +++ b/test/ffi/go/g2mul.go @@ -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 -} \ No newline at end of file +}