sov_rollup_interface/state_machine/crypto/
mod.rs

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