Module generic_ec_zkp::polynomial

source ·
Expand description

Provides polynomial primitive, typically used in secret sharing and threshold DKG

Structs§

  • Polynomial $f(x) = \sum_i a_i x^i$ defined as a list of coefficients $[a_0, \dots, a_{\text{degree}}]$

Functions§