OpenMined / sycret

Function Secret Sharing library for Python and Rust with hardware acceleration
https://openmined.github.io/sycret/
Apache License 2.0
54 stars 9 forks source link

Chore/remove test warnings #17

Closed danielorihuela closed 3 years ago

danielorihuela commented 3 years ago

Description

Closes #14.

Warnings have been removed and tarpaulin tests seem to work. Executing RUSTFLAGS="-C target-feature=+aes,+ssse3" cargo tarpaulin results in

image

Checklist

tholop commented 3 years ago

Wonderful, thanks @danielorihuela -- and welcome!