JuliaCrypto / SEAL.jl

SEAL.jl is an easy-to-use wrapper for the original SEAL library and supports homomorphic encryption with the BFV and CKKS schemes.
https://juliacrypto.github.io/SEAL.jl/stable
MIT License
15 stars 3 forks source link

Add examples/2_encoders.jl #1

Closed sloede closed 4 years ago

sloede commented 4 years ago

Codecov Report

Merging #1 into master will increase coverage by 0.21%. The diff coverage is 98.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
+ Coverage   97.52%   97.73%   +0.21%     
==========================================
  Files          18       20       +2     
  Lines         364      442      +78     
==========================================
+ Hits          355      432      +77     
- Misses          9       10       +1     
Impacted Files Coverage Δ
src/SEAL.jl 100.00% <ø> (ø)
src/auxiliary.jl 100.00% <ø> (ø)
src/plaintext.jl 100.00% <ø> (ø)
src/context.jl 96.55% <93.75%> (-1.07%) :arrow_down:
src/batchencoder.jl 100.00% <100.00%> (ø)
src/encryptionparams.jl 100.00% <100.00%> (ø)
src/evaluator.jl 84.00% <100.00%> (+1.02%) :arrow_up:
src/intencoder.jl 100.00% <100.00%> (ø)
src/modulus.jl 100.00% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 48e18ef...f802056. Read the comment docs.