1 2 3 4 5
mod proof; mod single_signature; pub use proof::ConcatenationProof; pub(crate) use single_signature::SingleSignatureForConcatenation;