1
2
3
4
5
6
7
8
9
10
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![doc = include_str!("../README.md")]

/// Tests for the Field trait.
pub mod field;
/// Tests for the PrimeField and PrimeFieldBits traits.
pub mod prime_field;

/// Tests for the Group and GroupEncoding traits.
pub mod group;