Open Yohjishong opened 1 year ago
It is not in this repository. This repository only contains SealPIR.
See https://github.com/sga001/mpir for the code that uses PBC.
Thanks, and is there a C++ version of mpir?
and I can't understand how to merge cuckoo hash and batch node into PBC
No, there is no C++ version. Only rust.
This code has the algorithm: https://github.com/sga001/mpir/blob/master/src/pbc/cuckoo.rs
Is the mpir can run without the code in the Sealpir
The mpir repository has a Rust wrapper for SealPIR. It uses a particular version of SealPIR (C++) underneath.
Where is PBC used