1//! Adapters for converting between different types of commitment schemes. 2 3mod extension_mmcs; 4pub use extension_mmcs::*;