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

Improve Rust error handling #7

Open tholop opened 3 years ago

tholop commented 3 years ago

Handle errors in the Rust code instead of using assert and assert_eq macros.

dimasquest commented 3 years ago

Done some rust before, can I try this one?

tholop commented 3 years ago

That would be helpful, thanks! There are some good candidates in https://github.com/OpenMined/sycret/blob/master/src/eq.rs and le.rs in particular. Let me know if you have any questions!