diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-08-17 21:46:46 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-08-17 21:46:46 +0800 |
commit | 1335a6cc8c65aabe5e4b35b013f91f474a243442 (patch) | |
tree | f8eb49459dcf023f2781632b86510f83a5bddbf6 /crypto/bn256/optate.go | |
parent | 0b978f91b6adcc4b595391096a72db73bc625bcf (diff) | |
download | go-tangerine-1335a6cc8c65aabe5e4b35b013f91f474a243442.tar go-tangerine-1335a6cc8c65aabe5e4b35b013f91f474a243442.tar.gz go-tangerine-1335a6cc8c65aabe5e4b35b013f91f474a243442.tar.bz2 go-tangerine-1335a6cc8c65aabe5e4b35b013f91f474a243442.tar.lz go-tangerine-1335a6cc8c65aabe5e4b35b013f91f474a243442.tar.xz go-tangerine-1335a6cc8c65aabe5e4b35b013f91f474a243442.tar.zst go-tangerine-1335a6cc8c65aabe5e4b35b013f91f474a243442.zip |
core/vm, crypto/bn256: fix bn256 use and pairing corner case
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 } |