chancehudson / scalarff

Simple scalars in prime fields
https://docs.rs/scalarff
0 stars 0 forks source link

Allow fields of custom size #2

Closed chancehudson closed 6 days ago

chancehudson commented 2 weeks ago

Allow users to define a prime field with a custom number of elements. Meant to be used for testing purposes. Field cardinality should be < 2**128 so it can fit in a u128.

chancehudson commented 6 days ago

Closed by #7