ucbrise / piranha

Piranha: A GPU Platform for Secure Computation
MIT License
89 stars 25 forks source link

Implementation of Rabbit (Makri et al) #13

Open NemoYuan2008 opened 1 year ago

NemoYuan2008 commented 1 year ago

The piranha usenix paper states that the comparison protocol of P-Falcon is Rabbit (Makri et al). I'm quite interested in it, but I'm not able to find the code that implements Rabbit (including the LTBits protocol that involves the evaluation of PrefixOr circuit). Could you please kindly tell me which function(s) implements Rabbit? Thanks!