diff --git a/src/lib.rs b/src/lib.rs index 0127ff55..23059008 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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, ) -> Result, NovaError> {