openfhe-rs icon indicating copy to clipboard operation
openfhe-rs copied to clipboard

OpenFHE-rs - a Rust interface for the OpenFHE library; documentation https://openfhe-rust-wrapper.readthedocs.io/

Results 8 openfhe-rs issues
Sort by recently updated
recently updated
newest added

The current version does not appear to be compatible with the latest OpenFHE 1.3.1, as it outputs errors during installation. I confirmed that it works fine with OpenFHE 1.2.4.

Great library. Thanks a lot! Can you add the state of this library in the readme and some sort of project plan? So that what else needs to be done...

The main contributions of the PR are: - Refactor of the `Trapdoor` methods - Addition of the `Trapdoor` generation and gauss sampling for square matrix target - Support for sampling...

We are using openfhe-rs generated binding in our rust repo. Specifically, we work with this [fork](https://github.com/MachinaIO/openfhe-rs/tree/refactor2) of your repo which is the subject of this PR -> https://github.com/fairmath/openfhe-rs/pull/14 We are...

Currently the API only support serializing to a file. When running MPC methods, these methods will need to be serialized to memory to be able to send over the wire....

None of the MPC data models can be serialized. I can submit another PR similar to the private keys if you want but it would be much quicker if you...

Hey, I am trying to deploy this project on my Mac. Because the chip architecture is different, I can not build this project on my laptop. So I write a...

Hello, I got an error when running ``` cargo build ``` which say that ``` openfhe-rs/target/debug/build/openfhe-f060a627b59bf248/out/cxxbridge/crate/openfhe/src/SerialDeserial.h:3:10: fatal error: 'bits/stringfwd.h' file not found warning: [email protected]: #include "bits/stringfwd.h" warning: [email protected]: ^~~~~~~~~~~~~~~~~~ warning:...