General cleanups and reorganizing code (#236)

This commit is contained in:
Kevin Lewi
2021-09-25 16:36:00 -07:00
committed by GitHub
parent 11a93fe63e
commit 65a0c2f98d
12 changed files with 976 additions and 947 deletions
+4 -11
View File
@@ -843,28 +843,21 @@ pub mod errors;
mod impls;
#[macro_use]
mod serialization;
// High-level API
mod opaque;
mod messages;
pub mod ciphersuite;
mod envelope;
pub mod hash;
pub mod group;
pub mod hash;
pub mod key_exchange;
pub mod keypair;
mod messages;
mod opaque;
pub mod slow_hash;
#[cfg(feature = "bench")]
pub mod oprf;
#[cfg(not(feature = "bench"))]
mod oprf;
pub mod slow_hash;
#[cfg(test)]
mod tests;