mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 05:29:25 +00:00
Provides extensive testing for dalek-ff-group and ed448. Also includes a fix for an observed bug in ed448.
10 lines
234 B
Rust
10 lines
234 B
Rust
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
|
|
|
/// 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;
|