Pierre Tholoniat

Results 7 comments of Pierre Tholoniat

I had a somewhat similar issue on Ubuntu 22.04: neither print nor PDF export worked. Since the upstream bug appears when no printers are available on the machine, a workaround...

Nice! One small thing: I feel that the structure of this kind of Maturin project can be a bit confusing. Here, it seems that we will have `SyMPC/src/sympc/` for the...

Hi @xingpz2008, our implementation supports optimized DPFs (the regular Eval) but not EvalAll, since so far we only needed to evaluate on a single input and not on the full...

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!

For reference, here is some interesting work: [Lightweight Techniques for Private Heavy Hitters](https://arxiv.org/abs/2012.14884) - PRG evaluation optimization: see Appendix C.2 - Lightweight Rust code adapted from the `aesni` crate: https://github.com/henrycg/heavyhitters/tree/main/src

Awesome, thanks! Feel free to leave some gaps or ping me if some parameters or functions are unclear.

Thanks a lot for the explanation and updates @Shoeboxam! Indeed, in the updated version it is clear that we are leveraging the postcondition for `sample_bernoulli_rational`, and only need to consider...