Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Curve = elliptic.P256().(CurveField)
Functions ¶
Types ¶
type CurveField ¶
type CurveField interface { elliptic.Curve Inverse(k *big.Int) *big.Int CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int) }
Pull some internal fetures out for easier field operations
type Key ¶
type Key ecdsa.PrivateKey
Click to show internal directories.
Click to hide internal directories.