nucypher / ferveo

An implementation of a DKG protocol forked from Anoma
https://nucypher.github.io/ferveo/benchmarks/perf/tpke/index.html
GNU General Public License v3.0
5 stars 10 forks source link

Relax DKG ceremony constraints #168

Closed piotr-roslaniec closed 10 months ago

piotr-roslaniec commented 10 months ago

Type of PR:

Required reviews:

What this does:

Issues fixed/closed:

  • Fixes #...

Why it's needed:

Explain how this PR fits in the greater context of the NuCypher Network. E.g., if this PR address a nucypher/productdev issue, let reviewers know!

Notes for reviewers:

codecov-commenter commented 10 months ago

Codecov Report

Attention: 18 lines in your changes are missing coverage. Please review.

Comparison is base (87c5f34) 78.10% compared to head (17a18cd) 78.54%.

Files Patch % Lines
ferveo/src/bindings_python.rs 0.00% 10 Missing :warning:
ferveo/src/bindings_wasm.rs 0.00% 3 Missing :warning:
ferveo/src/dkg.rs 96.90% 3 Missing :warning:
ferveo/src/pvss.rs 90.90% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## chores #168 +/- ## ========================================== + Coverage 78.10% 78.54% +0.43% ========================================== Files 23 23 Lines 5097 5252 +155 ========================================== + Hits 3981 4125 +144 - Misses 1116 1127 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

piotr-roslaniec commented 10 months ago

Replaced by #173