mirror of
https://github.com/logos-storage/gnark-plonky2-verifier.git
synced 2026-08-08 05:43:11 +00:00
minor
This commit is contained in:
parent
06582cb3ee
commit
ad21fd775f
@ -156,7 +156,7 @@ func (c *Curve[T, S]) Double(p AffinePoint[T]) AffinePoint[T] {
|
||||
v := c.baseApi.Mul(p.X, p.X)
|
||||
w := c.baseApi.Mul(p.Y, p.Y)
|
||||
|
||||
n1 := c.baseApi.Mul(2, u)
|
||||
n1 := c.baseApi.Add(u, u)
|
||||
av := c.baseApi.Mul(v, c.a)
|
||||
n2 := c.baseApi.Sub(w, av)
|
||||
d1 := c.baseApi.Add(w, av)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user