Open WandQ opened 2 weeks ago
- P for public value (i.e., known to all parties)
- V for local private value (i.e,. only known to one party)
- A for arithmetic secret share
- B for boolean secret share
thanks very much!!! so there is no Yao 3pc used in the aby3-spu?
Issue Type
Build/Install
Modules Involved
MPC protocol
Have you reproduced the bug with SPU HEAD?
Yes
Have you searched existing issues?
Yes
SPU Version
最新
OS Platform and Distribution
UBUNTU 20.04
Python Version
3.8
Compiler Version
11.2.1
Current Behavior?
以下这些是ABY3的api:
问题1:里面的MulAP的P是什么缩写,这方法名是什么意思。V2A中的V是什么的缩写?
问题2:here中的方法涉及到了Bool电路的加减法,布尔电路的加法如何实现的呢?
Standalone code to reproduce the issue
Relevant log output
No response