mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 16:23:12 +00:00
make generate partial_witness pub
This commit is contained in:
parent
62f271a82a
commit
d3f33baed3
@ -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