Skip to content

Commit

Permalink
public method
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwoods committed Oct 2, 2024
1 parent 2ea8972 commit a9666be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ where

/// add a randomizing fold to a `RecursiveSNARK`
/// if you plan on using a randomized CompressedSNARK, you don't need to call this
fn randomizing_fold(
pub fn randomizing_fold(
&self,
pp: &PublicParams<E1, E2, C1, C2>,
) -> Result<RandomLayerRecursive<E1, E2>, NovaError> {
Expand Down

0 comments on commit a9666be

Please sign in to comment.