Home
last modified time | relevance | path

Searched defs:CurveParams (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/elliptic/
H A Delliptic.go54 type CurveParams struct { struct
55 P *big.Int // the order of the underlying field
56 N *big.Int // the order of the base point
57 B *big.Int // the constant of the curve equation
58 Gx, Gy *big.Int // (x,y) of the base point
59 BitSize int // the size of the underlying field
60 Name string // the canonical name of the curve
63 func (curve *CurveParams) Params() *CurveParams {
68 func (curve *CurveParams) polynomial(x *big.Int) *big.Int {
82 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/elliptic/
H A Delliptic.go57 type CurveParams struct { struct
58 P *big.Int // the order of the underlying field
59 N *big.Int // the order of the base point
60 B *big.Int // the constant of the curve equation
61 Gx, Gy *big.Int // (x,y) of the base point
62 BitSize int // the size of the underlying field
63 Name string // the canonical name of the curve
66 func (curve *CurveParams) Params() *CurveParams {
71 func (curve *CurveParams) polynomial(x *big.Int) *big.Int {
85 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
48 Name string // the canonical name of the curve
51 func (curve *CurveParams) Params() *CurveParams {
55 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
186 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/elliptic/
H A Delliptic.go45 type CurveParams struct { struct
46 P *big.Int // the order of the underlying field
47 N *big.Int // the order of the base point
48 B *big.Int // the constant of the curve equation
49 Gx, Gy *big.Int // (x,y) of the base point
50 BitSize int // the size of the underlying field
51 Name string // the canonical name of the curve
54 func (curve *CurveParams) Params() *CurveParams {
59 func (curve *CurveParams) polynomial(x *big.Int) *big.Int {
73 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/crypto/elliptic/
H A Delliptic.go45 type CurveParams struct { struct
46 P *big.Int // the order of the underlying field
47 N *big.Int // the order of the base point
48 B *big.Int // the constant of the curve equation
49 Gx, Gy *big.Int // (x,y) of the base point
50 BitSize int // the size of the underlying field
51 Name string // the canonical name of the curve
54 func (curve *CurveParams) Params() *CurveParams {
59 func (curve *CurveParams) polynomial(x *big.Int) *big.Int {
73 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/crypto/elliptic/
H A Delliptic.go45 type CurveParams struct { struct
46 P *big.Int // the order of the underlying field
47 N *big.Int // the order of the base point
48 B *big.Int // the constant of the curve equation
49 Gx, Gy *big.Int // (x,y) of the base point
50 BitSize int // the size of the underlying field
51 Name string // the canonical name of the curve
54 func (curve *CurveParams) Params() *CurveParams {
59 func (curve *CurveParams) polynomial(x *big.Int) *big.Int {
73 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
50 func (curve *CurveParams) Params() *CurveParams {
54 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
101 func (curve *CurveParams) Add(x1, y1, x2, y2 *big.Int) (*big.Int, *big.Int) {
185 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
50 func (curve *CurveParams) Params() *CurveParams {
54 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
101 func (curve *CurveParams) Add(x1, y1, x2, y2 *big.Int) (*big.Int, *big.Int) {
185 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/crypto/elliptic/
H A Delliptic.go42 type CurveParams struct { struct
43 P *big.Int // the order of the underlying field
44 N *big.Int // the order of the base point
45 B *big.Int // the constant of the curve equation
46 Gx, Gy *big.Int // (x,y) of the base point
47 BitSize int // the size of the underlying field
50 func (curve *CurveParams) Params() *CurveParams {
54 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {
101 func (curve *CurveParams) Add(x1, y1, x2, y2 *big.Int) (*big.Int, *big.Int) {
185 func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
[all …]

1234567