Merge pull request #1199 from jtguibas/john/make-generate-partial-witness-pub

feat: make generate_partial_witness available outside the crate
This commit is contained in:
Daniel Lubarov 2023-08-24 11:14:58 -07:00 committed by GitHub
commit 6e7fcc9e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ use crate::util::serialization::{Buffer, IoResult, Read, Write};
/// Given a `PartitionWitness` that has only inputs set, populates the rest of the witness using the
/// given set of generators.
pub(crate) fn generate_partial_witness<
pub fn generate_partial_witness<
'a,
F: RichField + Extendable<D>,
C: GenericConfig<D, F = F>,