1
2
3
//! Defines useful cryptographic primitives that are needed by all sovereign-sdk rollups.
mod simple_hasher;
pub use simple_hasher::NoOpHasher;