Documentation
¶
Index ¶
- type ECC
- func (curve *ECC) FieldAdd(a, b *big.Int) *big.Int
- func (curve *ECC) FieldDiv(a, b *big.Int) *big.Int
- func (curve *ECC) FieldMul(a, b *big.Int) *big.Int
- func (curve *ECC) FieldNormal(a *big.Int) *big.Int
- func (curve *ECC) FieldSub(a, b *big.Int) *big.Int
- func (curve *ECC) Inverse(x *big.Int) *big.Int
- func (curve *ECC) NewPoint(x *big.Int) *ECPoint
- func (curve *ECC) PointAdd(Q, P *ECPoint) *ECPoint
- func (curve *ECC) PointScale(Q *ECPoint, N *big.Int) *ECPoint
- func (curve *ECC) PointTwice(Q *ECPoint) *ECPoint
- func (curve *ECC) PrivateKey2Address(key *big.Int) string
- func (curve *ECC) Sqrt(x *big.Int) *big.Int
- type ECPoint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.