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