Skip to content

Commit

Permalink
Fix #28.
Browse files Browse the repository at this point in the history
Expose publicly IOPattern::from_string.

Co-Authored-By:  Alex Xiong <[email protected]>
  • Loading branch information
mmaker and alxiong committed Jan 9, 2025
1 parent 8a68d70 commit 857289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimue/src/iopattern.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl Op {
}

impl<H: DuplexHash<U>, U: Unit> IOPattern<H, U> {
fn from_string(io: String) -> Self {
pub fn from_string(io: String) -> Self {
Self {
io,
_hash: PhantomData,
Expand Down

0 comments on commit 857289b

Please sign in to comment.