Expand description
Utilities for sampling parameters for non-native field gadgets
BaseF
: the constraint fieldTargetF
: the field being simulatednum_limbs
: how many limbs are usedbits_per_limb
: the size of the limbs
Enums§
- Optimization
Type - The type of optimization target for the parameters searching
Functions§
- find_
parameters - A function to search for parameters for emulated field gadgets
- get_
params - Obtain the parameters from a
ConstraintSystem
’s cache or generate a new one