zama-ai / tfhe-rs

TFHE-rs: A Pure Rust implementation of the TFHE Scheme for Boolean and Integer Arithmetics Over Encrypted Data.
Other
918 stars 142 forks source link

Question: Does zama plan to exploit a cpp library for WoPBS? #1563

Closed Yonghai557 closed 1 week ago

Yonghai557 commented 2 weeks ago

Hello, this project is very powerful, thanks for your efforts!

Recently , I am reading your paper " Improved Programmable Bootstrapping with Larger Precision and Efficient Arithmetic Circuits for TFHE", WoP-PBS和PBSmanyLUT is very useful. For purposes of application to other projects, I would like to ask you a few questions:

IceTDrinker commented 2 weeks ago

hello @Yonghai557

We do not provide C++ bindings to our rust library. The rust library already has WoPBS code.

Therefore we do not plan on developing a C++ library.

I have no experience with other C++ FHE libraries so I can't answer about that.

Does that answer your question @Yonghai557 ?

IceTDrinker commented 1 week ago

@Yonghai557 I think we have answered your questions, I'll close this issue tomorrow if I don't hear from you by then.

Cheers

Yonghai557 commented 1 week ago

@Yonghai557 I think we have answered your questions, I'll close this issue tomorrow if I don't hear from you by then.

Cheers

ok, thank you very much! Sorry for not replying in time!

IceTDrinker commented 1 week ago

no worries !