diff options
Diffstat (limited to 'crypto/bn256/optate.go')
-rw-r--r-- | crypto/bn256/optate.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bn256/optate.go b/crypto/bn256/optate.go index 68716b62b..9d6957062 100644 --- a/crypto/bn256/optate.go +++ b/crypto/bn256/optate.go @@ -393,6 +393,5 @@ func optimalAte(a *twistPoint, b *curvePoint, pool *bnPool) *gfP12 { if a.IsInfinity() || b.IsInfinity() { ret.SetOne() } - return ret } |