//! Proof-of-work implementation. pub mod difficulty; pub mod equihash; #[cfg(test)] mod tests;