package
0.12.0
Repository: https://github.com/consensys/gnark.git
Documentation: pkg.go.dev

# Functions

GetHints returns all hint functions used in the package.
NewG1Affine allocates a witness from the native G1 element and returns it.
No description provided by the author
No description provided by the author
NewG2AffineFixed returns witness of v with precomputations for efficient pairing computation.
NewG2AffineFixedPlaceholder returns a placeholder for the circuit compilation when witness will be given with line precomputations using [NewG2AffineFixed].
No description provided by the author
No description provided by the author
NewScalar allocates a witness from the native scalar and returns it.

# Structs

No description provided by the author
G2Affine represents G2 element with optional embedded line precomputations.
No description provided by the author

# Type aliases

BaseField is the [emulated.FieldParams] implementation of the curve base field.
No description provided by the author
ScalarField is the [emulated.FieldParams] implementation of the curve scalar field.