package
0.0.0-20250101095432-9d175b8fa7ed
Repository: https://github.com/ddkwork/tls.git
Documentation: pkg.go.dev

# Packages

Package field implements fast arithmetic modulo 2^255-19.

# Functions

NewGeneratorPoint returns a new Point set to the canonical generator.
NewIdentityPoint returns a new Point set to the identity.
NewScalar returns a new zero Scalar.

# Structs

Point represents a point on the edwards25519 curve.
A Scalar is an integer modulo l = 2^252 + 27742317777372353535851937790883648493 which is the prime order of the edwards25519 group.