Skip to content

Commit

Permalink
A more logical name for testing::identity module
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Oct 30, 2024
1 parent 445568c commit 1e2080e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manul/src/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ which in turn is used to setup [`Session`](crate::session::Session)s to drive th
The [`run_sync()`] method is helpful to execute a protocol synchronously and collect the outcomes.
*/

mod identity;
mod macros;
mod run_sync;
mod session_parameters;
mod wire_format;

pub use identity::{TestHasher, TestSessionParams, TestSignature, TestSigner, TestVerifier};
pub use macros::{round_override, RoundOverride, RoundWrapper};
pub use run_sync::run_sync;
pub use session_parameters::{TestHasher, TestSessionParams, TestSignature, TestSigner, TestVerifier};
pub use wire_format::{BinaryFormat, HumanReadableFormat};
File renamed without changes.

0 comments on commit 1e2080e

Please sign in to comment.