Skip to content

Commit

Permalink
inner_product_proof: Publish InnerProductProof for mocking across s…
Browse files Browse the repository at this point in the history
…tack
  • Loading branch information
joeykraut committed Aug 12, 2023
1 parent 7c6655a commit 05f7997
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
[package]
name = "mpc-bulletproof"
# Before doing a release:
# - update version field
# - update html_root_url
# - ensure yoloproofs was disabled in an atomic (revertable) commit
# - update CHANGELOG
version = "0.1.0"
authors = [
"Joey Kraut <joey@renegade.fi>",
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ mod notes {
mod errors;
mod generators;
mod inner_product_proof;
#[cfg(feature = "integration_test")]
pub use inner_product_proof::*;
// mod range_proof;
pub mod transcript;

pub use crate::errors::ProofError;
Expand Down

0 comments on commit 05f7997

Please sign in to comment.