scipr-lab / libff

C++ library for Finite Fields and Elliptic Curves
Other
149 stars 82 forks source link

Add tests for all fields and field utils #85

Closed alexander-zw closed 3 years ago

alexander-zw commented 3 years ago

Description

Added two tests, for field utils and all fields. The all fields test primarily makes sure the API is enforced, but also tests many properties of finite fields in general, as well as selected properties of specific fields. Small changes were made in Fp, utils, and the test for Fpn fields.

closes: N/A


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.