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

# Functions

HashToField generates a set of elements {u1,..., uN} = Hash(b) where each u in GF(p) and L is the security parameter.

# Variables

P256 is the group generated by P-256 elliptic curve.
P384 is the group generated by P-384 elliptic curve.
P521 is the group generated by P-521 elliptic curve.
Ristretto255 is a quotient group generated from the edwards25519 curve.

# Structs

Params stores the size in bytes of elements and scalars.

# Interfaces

Element represents an element of a prime-order group.
Group represents an additive prime-order group based on elliptic curves.
Scalar represents a scalar of a prime-order group.