Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request 0xPolygonZero#1199 from jtguibas/john/make-generat…
Browse files Browse the repository at this point in the history
…e-partial-witness-pub

feat: make generate_partial_witness available outside the crate
  • Loading branch information
dlubarov authored Aug 24, 2023
2 parents 62f271a + d3f33ba commit 6e7fcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2/src/iop/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit 6e7fcc9

Please sign in to comment.