Home
last modified time | relevance | path

Searched refs:IsOnCurve (Results 1 – 25 of 953) sorted by relevance

12345678910>>...39

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-377/twistededwards/eddsa/
H A Dmarshal.go48 if !pk.A.IsOnCurve() {
81 if !privKey.PublicKey.A.IsOnCurve() {
123 if !sig.R.IsOnCurve() {
H A Deddsa.go158 if !res.R.IsOnCurve() {
207 if !pub.A.IsOnCurve() {
246 if !lhs.IsOnCurve() {
255 if !rhs.IsOnCurve() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-381/twistededwards/eddsa/
H A Dmarshal.go48 if !pk.A.IsOnCurve() {
81 if !privKey.PublicKey.A.IsOnCurve() {
123 if !sig.R.IsOnCurve() {
H A Deddsa.go158 if !res.R.IsOnCurve() {
207 if !pub.A.IsOnCurve() {
246 if !lhs.IsOnCurve() {
255 if !rhs.IsOnCurve() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bn254/twistededwards/eddsa/
H A Dmarshal.go48 if !pk.A.IsOnCurve() {
81 if !privKey.PublicKey.A.IsOnCurve() {
123 if !sig.R.IsOnCurve() {
H A Deddsa.go158 if !res.R.IsOnCurve() {
207 if !pub.A.IsOnCurve() {
246 if !lhs.IsOnCurve() {
255 if !rhs.IsOnCurve() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bw6-761/twistededwards/eddsa/
H A Dmarshal.go48 if !pk.A.IsOnCurve() {
81 if !privKey.PublicKey.A.IsOnCurve() {
123 if !sig.R.IsOnCurve() {
H A Deddsa.go167 if !res.R.IsOnCurve() {
216 if !pub.A.IsOnCurve() {
255 if !lhs.IsOnCurve() {
264 if !rhs.IsOnCurve() {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/elliptic/
H A Delliptic_test.go52 if !curve.IsOnCurve(curve.Params().Gx, curve.Params().Gy) {
61 if curve.IsOnCurve(x, y) {
108 if curve.IsOnCurve(x, y) {
222 if !curve.IsOnCurve(x, y) {
235 if !curve.IsOnCurve(X, Y) {
247 if curve.IsOnCurve(large, large) {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/elliptic/
H A Delliptic_test.go53 if !curve.IsOnCurve(curve.Params().Gx, curve.Params().Gy) {
62 if curve.IsOnCurve(x, y) {
109 if curve.IsOnCurve(x, y) {
214 if !curve.IsOnCurve(x, y) {
227 if !curve.IsOnCurve(X, Y) {
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/btcec/
H A Dbtcec_test.go335 if !(x1.Sign() == 0 && y1.Sign() == 0) && !S256().IsOnCurve(x1, y1) {
340 if !(x2.Sign() == 0 && y2.Sign() == 0) && !S256().IsOnCurve(x2, y2) {
345 if !(x3.Sign() == 0 && y3.Sign() == 0) && !S256().IsOnCurve(x3, y3) {
495 if !(x1.Sign() == 0 && y1.Sign() == 0) && !S256().IsOnCurve(x1, y1) {
500 if !(x3.Sign() == 0 && y3.Sign() == 0) && !S256().IsOnCurve(x3, y3) {
520 if !s256.IsOnCurve(s256.Params().Gx, s256.Params().Gy) {
786 if !c.IsOnCurve(priv.PublicKey.X, priv.PublicKey.Y) {
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/btcec/
H A Dbtcec_test.go335 if !(x1.Sign() == 0 && y1.Sign() == 0) && !S256().IsOnCurve(x1, y1) {
340 if !(x2.Sign() == 0 && y2.Sign() == 0) && !S256().IsOnCurve(x2, y2) {
345 if !(x3.Sign() == 0 && y3.Sign() == 0) && !S256().IsOnCurve(x3, y3) {
495 if !(x1.Sign() == 0 && y1.Sign() == 0) && !S256().IsOnCurve(x1, y1) {
500 if !(x3.Sign() == 0 && y3.Sign() == 0) && !S256().IsOnCurve(x3, y3) {
520 if !s256.IsOnCurve(s256.Params().Gx, s256.Params().Gy) {
786 if !c.IsOnCurve(priv.PublicKey.X, priv.PublicKey.Y) {
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/btcec/
H A Dbtcec_test.go335 if !(x1.Sign() == 0 && y1.Sign() == 0) && !S256().IsOnCurve(x1, y1) {
340 if !(x2.Sign() == 0 && y2.Sign() == 0) && !S256().IsOnCurve(x2, y2) {
345 if !(x3.Sign() == 0 && y3.Sign() == 0) && !S256().IsOnCurve(x3, y3) {
495 if !(x1.Sign() == 0 && y1.Sign() == 0) && !S256().IsOnCurve(x1, y1) {
500 if !(x3.Sign() == 0 && y3.Sign() == 0) && !S256().IsOnCurve(x3, y3) {
520 if !s256.IsOnCurve(s256.Params().Gx, s256.Params().Gy) {
786 if !c.IsOnCurve(priv.PublicKey.X, priv.PublicKey.Y) {
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/btcec/
H A Dbtcec_test.go335 if !(x1.Sign() == 0 && y1.Sign() == 0) && !S256().IsOnCurve(x1, y1) {
340 if !(x2.Sign() == 0 && y2.Sign() == 0) && !S256().IsOnCurve(x2, y2) {
345 if !(x3.Sign() == 0 && y3.Sign() == 0) && !S256().IsOnCurve(x3, y3) {
495 if !(x1.Sign() == 0 && y1.Sign() == 0) && !S256().IsOnCurve(x1, y1) {
500 if !(x3.Sign() == 0 && y3.Sign() == 0) && !S256().IsOnCurve(x3, y3) {
520 if !s256.IsOnCurve(s256.Params().Gx, s256.Params().Gy) {
786 if !c.IsOnCurve(priv.PublicKey.X, priv.PublicKey.Y) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/btcec/
H A Dbtcec_test.go335 if !(x1.Sign() == 0 && y1.Sign() == 0) && !S256().IsOnCurve(x1, y1) {
340 if !(x2.Sign() == 0 && y2.Sign() == 0) && !S256().IsOnCurve(x2, y2) {
345 if !(x3.Sign() == 0 && y3.Sign() == 0) && !S256().IsOnCurve(x3, y3) {
495 if !(x1.Sign() == 0 && y1.Sign() == 0) && !S256().IsOnCurve(x1, y1) {
500 if !(x3.Sign() == 0 && y3.Sign() == 0) && !S256().IsOnCurve(x3, y3) {
520 if !s256.IsOnCurve(s256.Params().Gx, s256.Params().Gy) {
786 if !c.IsOnCurve(priv.PublicKey.X, priv.PublicKey.Y) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/btcec/
H A Dbtcec_test.go335 if !(x1.Sign() == 0 && y1.Sign() == 0) && !S256().IsOnCurve(x1, y1) {
340 if !(x2.Sign() == 0 && y2.Sign() == 0) && !S256().IsOnCurve(x2, y2) {
345 if !(x3.Sign() == 0 && y3.Sign() == 0) && !S256().IsOnCurve(x3, y3) {
495 if !(x1.Sign() == 0 && y1.Sign() == 0) && !S256().IsOnCurve(x1, y1) {
500 if !(x3.Sign() == 0 && y3.Sign() == 0) && !S256().IsOnCurve(x3, y3) {
520 if !s256.IsOnCurve(s256.Params().Gx, s256.Params().Gy) {
786 if !c.IsOnCurve(priv.PublicKey.X, priv.PublicKey.Y) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-377/
H A Dg2_test.go67 return g.IsOnCurve()
95 return op1.IsOnCurve() && !op2.IsOnCurve()
108 return op1.IsOnCurve() && op2.IsOnCurve() && !op3.IsOnCurve()
344 return a.IsOnCurve() && !a.Equal(&g2Gen)
413 return point.IsOnCurve() && pointCleared.IsInSubGroup() && !pointCleared.Equal(&infinity)
H A Dg1_test.go67 return g.IsOnCurve()
95 return op1.IsOnCurve() && !op2.IsOnCurve()
108 return op1.IsOnCurve() && op2.IsOnCurve() && !op3.IsOnCurve()
408 return point.IsOnCurve() && pointCleared.IsInSubGroup() && !pointCleared.Equal(&infinity)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bn254/
H A Dg2_test.go67 return g.IsOnCurve()
95 return op1.IsOnCurve() && !op2.IsOnCurve()
108 return op1.IsOnCurve() && op2.IsOnCurve() && !op3.IsOnCurve()
344 return a.IsOnCurve() && !a.Equal(&g2Gen)
413 return point.IsOnCurve() && pointCleared.IsInSubGroup() && !pointCleared.Equal(&infinity)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-381/
H A Dg2_test.go67 return g.IsOnCurve()
95 return op1.IsOnCurve() && !op2.IsOnCurve()
108 return op1.IsOnCurve() && op2.IsOnCurve() && !op3.IsOnCurve()
344 return a.IsOnCurve() && !a.Equal(&g2Gen)
413 return point.IsOnCurve() && pointCleared.IsInSubGroup() && !pointCleared.Equal(&infinity)
/dports/net/croc/croc-9.5.0/vendor/github.com/tscholl2/siec/
H A Dcurve_test.go54 if !curve.IsOnCurve(x, y) {
58 if curve.IsOnCurve(x, y) {
63 if !curve.IsOnCurve(x, y) {
68 if !curve.IsOnCurve(x, y) {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/elliptic/
H A Delliptic_test.go18 if !p224.IsOnCurve(p224.Params().Gx, p224.Params().Gy) {
26 if p224.IsOnCurve(x, y) {
453 if curve.IsOnCurve(x, y) {
610 if !p224.IsOnCurve(x, y) {
704 if !curve.IsOnCurve(x, y) {
717 if !curve.IsOnCurve(X, Y) {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/crypto/elliptic/
H A Delliptic_test.go18 if !p224.IsOnCurve(p224.Params().Gx, p224.Params().Gy) {
26 if p224.IsOnCurve(x, y) {
453 if curve.IsOnCurve(x, y) {
610 if !p224.IsOnCurve(x, y) {
704 if !curve.IsOnCurve(x, y) {
717 if !curve.IsOnCurve(X, Y) {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/crypto/elliptic/
H A Delliptic_test.go18 if !p224.IsOnCurve(p224.Params().Gx, p224.Params().Gy) {
26 if p224.IsOnCurve(x, y) {
453 if curve.IsOnCurve(x, y) {
610 if !p224.IsOnCurve(x, y) {
704 if !curve.IsOnCurve(x, y) {
717 if !curve.IsOnCurve(X, Y) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bw6-761/
H A Dg1_test.go67 return g.IsOnCurve()
95 return op1.IsOnCurve() && !op2.IsOnCurve()
108 return op1.IsOnCurve() && op2.IsOnCurve() && !op3.IsOnCurve()
408 return point.IsOnCurve() && pointCleared.IsInSubGroup() && !pointCleared.Equal(&infinity)

12345678910>>...39