diff --git a/src/random/mod.rs b/src/random/mod.rs new file mode 100644 index 0000000..dee2cfa --- /dev/null +++ b/src/random/mod.rs @@ -0,0 +1,5 @@ +pub mod randomx; +pub mod randomx_secure; + +pub use randomx::RandomX; +pub use randomx_secure::SecureRandomX; \ No newline at end of file