Documentation ¶ Index ¶ func Roots(a []*big.Int, F *big.Int) ([]*big.Int, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Roots ¶ func Roots(a []*big.Int, F *big.Int) ([]*big.Int, error) Roots solves for len(a)-1 roots of the polynomial with coefficients a (mod F). Repeated roots are considered an error for the purposes of unique slot assignment. Types ¶ This section is empty. Source Files ¶ View all Source files solver.go Click to show internal directories. Click to hide internal directories.