We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae53aa commit fabfcc7Copy full SHA for fabfcc7
crypto/bn256/google/bn256.go
@@ -166,7 +166,7 @@ type G2 struct {
166
p *twistPoint
167
}
168
169
-// RandomG1 returns x and g₂ˣ where x is a random, non-zero number read from r.
+// RandomG2 returns x and g₂ˣ where x is a random, non-zero number read from r.
170
func RandomG2(r io.Reader) (*big.Int, *G2, error) {
171
var k *big.Int
172
var err error
0 commit comments