This commit is contained in:
Nicholas Ward 2021-06-28 11:34:30 -07:00
parent 01493303f8
commit 4fb78cf7b2

View File

@ -113,7 +113,7 @@ impl<F: Field> SimpleGenerator<F> for CopyGenerator {
}
/// A generator for including a random value
struct RandomValueGenerator {
pub(crate) struct RandomValueGenerator {
pub(crate) target: Target,
}