Home | History | Annotate | Download | only in elliptic

Lines Matching full:curve

38 // P224 returns a Curve which implements P-224 (see FIPS 186-3, section D.2.2).
41 func P224() Curve {
46 func (curve p224Curve) Params() *CurveParams {
47 return curve.CurveParams
50 func (curve p224Curve) IsOnCurve(bigX, bigY *big.Int) bool {
66 p224Add(&x3, &x3, &curve.b)
120 func (curve p224Curve) ScalarBaseMult(scalar []byte) (x, y *big.Int) {
124 p224ScalarMult(&x2, &y2, &z2, &curve.gx, &curve.gy, &z1, scalar)
501 // These functions deal with group elements. The group is an elliptic curve