goff icon indicating copy to clipboard operation
goff copied to clipboard

goff (go finite field) is a unix-like tool that generates fast field arithmetic in Go.

Results 2 goff issues
Sort by recently updated
recently updated
newest added

This repo is behind gnark-crypto and will be merged with gnark-crypto

big.Int String() operations are (very) slow for base 10, and quite slow for base 16. No need to support more basis. First version could implement a fast path for `goff`,...

enhancement