Skip to content
#

finite-fields

Here are 59 public repositories matching this topic...

ValarDragon
ValarDragon commented May 12, 2021

Currently multiplicative_generator is a method defined on FFTField. We should instead move this to Field, since all fields have a multiplicative generator, not just FFTField's. (Furthermore, there are contexts where one may not have an FFT-friendly field, but still needs the multiplicative generator for it)

This would be a breaking change, that I think would require a change to every curve in

Improve this page

Add a description, image, and links to the finite-fields topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the finite-fields topic, visit your repo's landing page and select "manage topics."

Learn more