Crate ff_group_tests_mirror

Source
Expand description

§FF/Group Tests

A series of sanity checks for implementors of the ff/group APIs.

Implementors are assumed to be of a non-trivial size. These tests do not attempt to check if constant time implementations are used.

This library was audited by Cypher Stack in March 2023, culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06. Any subsequent changes have not undergone auditing.

Modules§

field
Tests for the Field trait.
group
Tests for the Group and GroupEncoding traits.
prime_field
Tests for the PrimeField and PrimeFieldBits traits.