package bigfft

Import Path
	github.com/remyoudompheng/bigfft (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package

Involved Source Files arith_decl.go fermat.go Package bigfft implements multiplication of big.Int using FFT. The implementation is based on the Schönhage-Strassen method using integer FFT modulo 2^n+1. scan.go arith_amd64.s
Package-Level Type Names (total 5, none are exported)
/* sort exporteds by: | */
Package-Level Functions (total 17, in which 2 are exported)
FromDecimalString converts the base 10 string representation of a natural (non-negative) number into a *big.Int. Its asymptotic complexity is less than quadratic.
Mul computes the product x*y and returns z. It can be used instead of the Mul method of *big.Int from math/big package.
Package-Level Variables (total 2, neither is exported)
Package-Level Constants (total 2, neither is exported)