mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-23 16:39:13 +00:00
Add TODO for barycentric formula special case
This commit is contained in:
parent
12c3cb7645
commit
279eb5b514
@ -103,6 +103,8 @@ void eval_poly(fr_t *out, const poly *p, const fr_t *x) {
|
||||
}
|
||||
|
||||
// TODO: optimize via batch inversion
|
||||
// TODO: Consider the case where x is one of the roots of unity
|
||||
// (needs special formula)
|
||||
void eval_poly_l(fr_t *out, const poly_l *p, const fr_t *x, const FFTSettings *fs) {
|
||||
fr_t tmp;
|
||||
uint64_t i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user