Home | History | Annotate | Download | only in elliptic

Lines Matching refs:y3

112 	x3, y3, z3 := new(big.Int), new(big.Int), new(big.Int)
115 y3.Set(y2)
117 return x3, y3, z3
121 y3.Set(y1)
123 return x3, y3, z3
168 y3.Set(r)
170 y3.Mul(y3, v)
173 y3.Sub(y3, s1)
174 y3.Mod(y3, curve.P)
183 return x3, y3, z3
236 y3 := alpha.Mul(alpha, beta)
242 y3.Sub(y3, gamma)
243 if y3.Sign() == -1 {
244 y3.Add(y3, curve.P)
246 y3.Mod(y3, curve.P)
248 return x3, y3, z3