//
pkg.gl
Category
github.com/cloudflare/circl
ecc
fourq
package
1.6.0
Repository:
https://github.com/cloudflare/circl.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
7
Dependents
4
Files
897 SLOC
#
Functions
Params
Params returns the parameters for the curve.
#
Constants
Size
Size of scalars used for point multiplication.
SizeFp
SizeFp is the length in bytes to represent an element in the base field.
#
Structs
CurveParams
CurveParams contains the parameters of the elliptic curve.
Point
Point represents an affine point of the curve.
#
Type aliases
Fp
Fp is an element (in littleEndian order) of prime field GF(2^127-1).
Fq
Fq implements operations of a field of size q=p^2 as a quadratic extension of the base field where i^2=-1.