Skip to content

Commit

Permalink
Make modules public
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Mar 2, 2021
1 parent e320157 commit 81b26a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod commitment;
mod polynomial;
mod setup;
pub mod commitment;
pub mod polynomial;
pub mod setup;

#[cfg(test)]
mod tests {
Expand Down

0 comments on commit 81b26a8

Please sign in to comment.