From 857289be31eef04ae2ca8bf5346396a2d4f83620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michele=20Orr=C3=B9?= Date: Thu, 9 Jan 2025 12:26:33 +0100 Subject: [PATCH] Fix #28. Expose publicly IOPattern::from_string. Co-Authored-By: Alex Xiong --- nimue/src/iopattern.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,