Skip to content

Conversation

@tlepoint
Copy link
Owner

@tlepoint tlepoint commented Sep 9, 2022

Fixes #128

@codecov
Copy link

codecov bot commented Sep 9, 2022

Codecov Report

Merging #133 (3743e43) into main (b573138) will decrease coverage by 0.02%.
The diff coverage is 97.75%.

@@            Coverage Diff             @@
##             main     #133      +/-   ##
==========================================
- Coverage   93.89%   93.87%   -0.03%     
==========================================
  Files          34       34              
  Lines        7572     7638      +66     
==========================================
+ Hits         7110     7170      +60     
- Misses        462      468       +6     
Impacted Files Coverage Δ
crates/fhe-traits/src/lib.rs 100.00% <ø> (ø)
crates/fhe/src/bfv/keys/public_key.rs 89.38% <85.00%> (-2.21%) ⬇️
crates/fhe/src/bfv/keys/galois_key.rs 91.15% <92.30%> (-0.60%) ⬇️
crates/fhe/src/bfv/keys/relinearization_key.rs 85.29% <95.45%> (-0.25%) ⬇️
crates/fhe/src/bfv/keys/evaluation_key.rs 84.94% <96.42%> (+0.19%) ⬆️
crates/fhe-math/src/rq/mod.rs 99.06% <97.56%> (-0.15%) ⬇️
crates/fhe-math/src/rq/convert.rs 90.05% <100.00%> (+0.05%) ⬆️
crates/fhe-math/src/rq/ops.rs 94.71% <100.00%> (+0.07%) ⬆️
crates/fhe-math/src/rq/scaler.rs 94.01% <100.00%> (+0.05%) ⬆️
crates/fhe-math/src/rq/serialize.rs 96.55% <100.00%> (+0.12%) ⬆️
... and 12 more

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

@tlepoint tlepoint merged commit 8aafe43 into main Sep 9, 2022
@tlepoint tlepoint deleted the random branch September 9, 2022 01:19
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.

Make a more consistent API with respect to RNGs and seeds

1 participant