Documentation
¶
Index ¶
- Constants
- type Curve
- func (c *Curve) NewGeneratorPoint() *edwards25519.Point
- func (c *Curve) NewIdentityPoint() *edwards25519.Point
- func (c *Curve) NewMPoint() *edwards25519.Point
- func (c *Curve) NewNPoint() *edwards25519.Point
- func (c *Curve) NewPoint() *edwards25519.Point
- func (c *Curve) NewScalar() *edwards25519.Scalar
- type Point
- type Scalar
Constants ¶
View Source
const ( M_HEX = "d048032c6ea0b6d697ddc2e86bda85a33adac920f1bf18e1b0c6d166a5cecdaf" N_HEX = "d3bfb518f44f3430f29d0c92af503865a1ed3281dc69b35dd868ba85f886c4ab" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Curve ¶
type Curve struct {
}
func (*Curve) NewGeneratorPoint ¶
func (c *Curve) NewGeneratorPoint() *edwards25519.Point
func (*Curve) NewIdentityPoint ¶
func (c *Curve) NewIdentityPoint() *edwards25519.Point
func (*Curve) NewMPoint ¶
func (c *Curve) NewMPoint() *edwards25519.Point
func (*Curve) NewNPoint ¶
func (c *Curve) NewNPoint() *edwards25519.Point
func (*Curve) NewPoint ¶
func (c *Curve) NewPoint() *edwards25519.Point
func (*Curve) NewScalar ¶
func (c *Curve) NewScalar() *edwards25519.Scalar
type Point ¶
type Point = edwards25519.Point
type Scalar ¶
type Scalar = edwards25519.Scalar
Click to show internal directories.
Click to hide internal directories.