[][src]Function lnpbp::commit_verify::test_helpers::embed_commit_verify_suite

pub fn embed_commit_verify_suite<MSG, CMT>(
    messages: Vec<MSG, Global>,
    container: &mut <CMT as EmbedCommitVerify<MSG>>::Container
) where
    MSG: AsRef<[u8]> + Eq,
    CMT: EmbedCommitVerify<MSG> + Eq + Hash + Debug