package
1.6.0
Repository: https://github.com/cloudflare/circl.git
Documentation: pkg.go.dev

# Functions

Params returns the parameters for the curve.

# Constants

Size of scalars used for point multiplication.
SizeFp is the length in bytes to represent an element in the base field.

# Structs

CurveParams contains the parameters of the elliptic curve.
Point represents an affine point of the curve.

# Type aliases

Fp is an element (in littleEndian order) of prime field GF(2^127-1).
Fq implements operations of a field of size q=p^2 as a quadratic extension of the base field where i^2=-1.