privacy-scaling-explorations / mpz

Multi-party computation libraries written in Rust 🦀
182 stars 39 forks source link

add Lpn estimator #174

Open xiangxiecrypto opened 1 month ago

xiangxiecrypto commented 1 month ago

This PR contains:

  1. A security estimator for LPN in binary field.
  2. A security estimator for Dual LPN in binary field. More work still need to do to implement a "smart" way to choose the "best" parameters according to the number of COTs needed when using Ferret. This will be done later.