package
0.8.5
Repository: https://github.com/layr-labs/eigenda.git
Documentation: pkg.go.dev

# README

encoding

  • performs Reed Solomon Encoding using elliptic curve points. The library enables KZG multi-proof and reveal in O(n log n) time using FFT, based on FK20 algorithm.

  • is built upon crypto primitive from https://pkg.go.dev/github.com/protolambda/go-kzg

  • accepts arbitrary number of systematic nodes, parity nodes and data size, free of restriction on power of 2

# Functions

No description provided by the author
No description provided by the author
Verify verifies a KZG opening proof at a single point.