mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-08 03:49:41 +00:00
10 lines
273 B
Rust
10 lines
273 B
Rust
#![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;
|