Skip to content

Commit

Permalink
Merge branch 'main' into release-ferveo-py
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Apr 12, 2023
2 parents 0ca00c9 + 8fa25b6 commit d503b8a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<h1 align="center">Ferveo</h1>

![ci-badge](https://github.com/nucypher/ferveo/actions/workflows/build.yaml/badge.svg)
![ci-badge](https://github.com/nucypher/ferveo/actions/workflows/workspace.yml/badge.svg)

_This project is under active development. For questions, please join us at [Threshold Network Discord](https://discord.com/invite/threshold&ved=2ahUKEwivucaW2Y3-AhXiwosKHQCEAKUQFnoECA0QAQ&usg=AOvVaw08x-9JYJFDcd6PEOx0xAeg)_

_See original README.md:_

---

# Ferveo

Expand Down
1 change: 0 additions & 1 deletion ferveo/benches/benchmarks/pvdkg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ pub fn setup_dkg(
tau: 0,
security_threshold: shares_num / 3,
shares_num,
retry_after: 2,
},
&me,
keypairs[validator],
Expand Down
2 changes: 1 addition & 1 deletion tpke-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default = ["console_error_panic_hook"]
test-common = ["group-threshold-cryptography/test-common"]

[dependencies]
group-threshold-cryptography = { path = "../tpke", features = ["test-common"] }
group-threshold-cryptography = { path = "../tpke", features = ["test-common", "api"] }
ferveo-common = { path = "../ferveo-common" }
wasm-bindgen = { version = "0.2.74", features = ["serde-serialize"] }
console_error_panic_hook = { version = "0.1.7", optional = true }
Expand Down
1 change: 1 addition & 0 deletions tpke/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ bench = false

[features]
test-common = []
api = []

[dependencies]
subproductdomain = { path = "../subproductdomain" }
Expand Down
2 changes: 1 addition & 1 deletion tpke/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub use hash_to_curve::*;
pub use key_share::*;
pub use refresh::*;

// TODO: Turn into a crate features
#[cfg(feature = "api")]
pub mod api;

#[derive(Debug, thiserror::Error)]
Expand Down

0 comments on commit d503b8a

Please sign in to comment.