arkworks-rs / algebra

Libraries for finite field, elliptic curve, and polynomial arithmetic
https://arkworks.rs
Apache License 2.0
630 stars 246 forks source link

EvaluationDomain::reindex_by_subdomain ergonomics and doc improvements #853

Open ggutoski opened 2 months ago

ggutoski commented 2 months ago

Here's the method signature:

https://github.com/arkworks-rs/algebra/blob/273bf2130420904cab815544664a539f049d0494/poly/src/domain/mod.rs#L284-L287

Wish list

Pratyush commented 2 weeks ago

Thanks @ggutoski! I think these changes make sense; if you'd like to make a PR with these changes, that would be great.

cc @ValarDragon also, since I think you implemented this change first?