Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:22 +05 2020. DO NOT EDIT.
Index ¶
- func CurveParamsAdd(curve *elliptic.CurveParams, x1, y1, x2, y2 *big.Int) (*big.Int, *big.Int)
- func CurveParamsDouble(curve *elliptic.CurveParams, x1, y1 *big.Int) (*big.Int, *big.Int)
- func CurveParamsIsOnCurve(curve *elliptic.CurveParams, x, y *big.Int) bool
- func CurveParamsParams(curve *elliptic.CurveParams) *elliptic.CurveParams
- func CurveParamsScalarBaseMult(curve *elliptic.CurveParams, k []byte) (*big.Int, *big.Int)
- func CurveParamsScalarMult(curve *elliptic.CurveParams, Bx, By *big.Int, k []byte) (*big.Int, *big.Int)
- func GenerateKey(curve elliptic.Curve, rand io.Reader) ([]byte, *big.Int, *big.Int, error)
- func Marshal(curve elliptic.Curve, x, y *big.Int) []byte
- func Unmarshal(curve elliptic.Curve, data []byte) (*big.Int, *big.Int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CurveParamsAdd ¶
func CurveParamsDouble ¶
func CurveParamsIsOnCurve ¶
func CurveParamsIsOnCurve(curve *elliptic.CurveParams, x, y *big.Int) bool
func CurveParamsParams ¶
func CurveParamsParams(curve *elliptic.CurveParams) *elliptic.CurveParams
func CurveParamsScalarMult ¶
func GenerateKey ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.