pub fn commit_message<F, FA, P, PA, VCS>(
    rs_code: &ReedSolomonCode<PA>,
    vcs: &VCS,
    message: &[P]
) -> Result<CommitOutput<P, VCS::Commitment, VCS::Committed>, Error>
where F: BinaryField + ExtensionField<FA>, FA: BinaryField, P: PackedFieldIndexable<Scalar = F> + PackedExtension<FA, PackedSubfield = PA>, PA: PackedFieldIndexable<Scalar = FA>, VCS: VectorCommitScheme<F>,
Expand description

Encodes and commits the input message.