package
0.0.0-20241203115807-4a97a7c1b020
Repository: https://github.com/overclock-validator/gnark-crypto.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package config provides Golang code generation for efficient field arithmetic operations.

# Functions

No description provided by the author
GenerateFF will generate go (and .s) files in outputDir for modulus (in base 10) Example usage fp, _ = config.NewField("fp", "Element", fpModulus") generator.GenerateFF(fp, filepath.Join(baseDir, "fp")).