Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose size of DKGPublicKey size in bindings #100

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

piotr-roslaniec
Copy link

@codecov-commenter
Copy link

Codecov Report

Merging #100 (661780c) into main (da5e55e) will decrease coverage by 0.50%.
The diff coverage is 87.28%.

@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
- Coverage   81.78%   81.29%   -0.50%     
==========================================
  Files          25       23       -2     
  Lines        3975     4185     +210     
==========================================
+ Hits         3251     3402     +151     
- Misses        724      783      +59     
Impacted Files Coverage Δ
ferveo-python/src/lib.rs 0.29% <0.00%> (-0.03%) ⬇️
tpke-wasm/src/lib.rs 72.81% <0.00%> (ø)
tpke/src/api.rs 0.00% <0.00%> (ø)
ferveo-common/src/lib.rs 44.82% <42.85%> (+22.60%) ⬆️
ferveo-common/src/keypair.rs 80.26% <78.70%> (-4.19%) ⬇️
ferveo/src/api.rs 88.17% <89.36%> (+5.34%) ⬆️
ferveo-common/src/utils.rs 94.73% <93.75%> (-5.27%) ⬇️
ferveo/src/pvss.rs 90.23% <95.94%> (ø)
ferveo/src/dkg.rs 95.68% <96.11%> (+95.68%) ⬆️
ferveo/src/lib.rs 100.00% <100.00%> (ø)
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose DKGPublicKey size in python bindings
2 participants