Categorygithub.com/sshravan/go-poly
repositorypackage
0.0.0-20241219011712-172b98143009
Repository: https://github.com/sshravan/go-poly.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

go-poly

Fork of the code from go-kzg. Currently works with go-mcl.

List of features

  • FFT
  • Polynomial operations
    • Mul
    • xGCD
    • Div
    • Subproduct tree

To do

  • Add gurvy
  • Add back kilic
  • Add back herumi/bls-eth-go-binary

Run benchmarks

go test ./... -bench=. -run=^a  -timeout 240m