frost/frost-ed448/tests/helpers/mod.rs

6 lines
159 B
Rust

// Required since each integration test is compiled as a separated crate,
// and each one uses only part of the module.
#![allow(dead_code)]
pub mod samples;