Skip to content

Commit

Permalink
makes salt mod public
Browse files Browse the repository at this point in the history
  • Loading branch information
omershlo committed Oct 11, 2020
1 parent 945ff82 commit a8a5b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zk-paillier"
version = "0.3.2"
version = "0.3.4"
edition = "2018"

authors = [
Expand Down
1 change: 1 addition & 0 deletions src/zkproofs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pub use self::correct_key::CorrectKeyProof;
pub use self::correct_key::VerificationAid;
mod correct_key;
pub use self::correct_key::CorrectKey;
pub use self::correct_key_ni::SALT_STRING;

mod correct_key_ni;
pub use self::correct_key_ni::CorrectKeyProofError;
Expand Down

0 comments on commit a8a5b98

Please sign in to comment.