diff --git a/nimue/src/iopattern.rs b/nimue/src/iopattern.rs index 939e8d0..87a300e 100644 --- a/nimue/src/iopattern.rs +++ b/nimue/src/iopattern.rs @@ -77,7 +77,7 @@ impl Op { } impl, U: Unit> IOPattern { - fn from_string(io: String) -> Self { + pub fn from_string(io: String) -> Self { Self { io, _hash: PhantomData,