hpsc-lab / SecureArithmetic.jl

Secure arithmetic operations using fully homomorphic encryption
https://hpsc-lab.github.io/SecureArithmetic.jl
MIT License
7 stars 1 forks source link

Add test for circshift #31

Closed ArseniyKholod closed 6 months ago

ArseniyKholod commented 6 months ago

Solve #28. I added two small tests to check correctness of circshift. There is a bit of recursive calls, but IMHO it's more comprehensible than splitting them into several steps. I hope this corresponds to the

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (72eaf4b) to head (48ae1c9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 8 8 Lines 309 309 ========================================= Hits 309 309 ```

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