Module ff_group_tests::field
source · Expand description
Tests for the Field trait.
Functions§
- Perform basic tests on addition.
- Verify conditional selection works. Doesn’t verify it’s actually constant time.
- Perform basic tests on the cube function.
- Perform basic tests on equality.
- Run all tests on fields implementing Field.
- Perform basic tests on the invert function.
- Perform basic tests on the is_zero functions.
- Perform basic tests on multiplication.
- Perform basic tests on negation.
- Perform basic tests on product.
- Test random.
- Perform basic tests on the sqrt functions.
- Perform basic tests on the square function.
- Perform basic tests on subtraction.
- Perform basic tests on sum.