mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 00:03:10 +00:00
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:
commit
6e7fcc9e13
@ -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>,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user