1 2 3 4 5 6 7 8 9 10
//! Core data structures for VDF representation. mod hasher; mod impls; mod types; #[cfg(test)] mod tests; pub use types::{Obj, Value, Vdf};