Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 401 Bytes

File metadata and controls

22 lines (17 loc) · 401 Bytes

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