//
pkg.gl
Category
github.com/cloudflare/circl
vdaf
prio3
arith
package
1.6.0
Repository:
https://github.com/cloudflare/circl.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
5
Dependents
7
Files
114 SLOC
#
Packages
fp128
fp64
#
Functions
NewPoly
NewPoly returns a polynomial of the given degree with all coefficients set to zero.
NewVec
NewVec returns a vector of length n with all elements set to zero.
#
Interfaces
Fp
Fp lists the functionality that a prime field element must have denoting methods with a pointer receiver.
Poly
Poly lists the funtionality of polynomials with coefficients in a field.
Vec
Vec lists the funtionality of a vector of field elements.
#
Type aliases
Elt
Elt is any type that stores a prime field element.