We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance
PSI
Yes
0.3.3b0
Linux Ubuntu20.04
3.8
No response
desc.add_party("rank0", "0.0.0.0:7302") 用ECDH_PSI_2PC和CURVE_25519进行求交时报错,rank变成了18446744073709551615
rank = 0 if self.model_param.rank0_owner == "local" else 1 if rank: desc.add_party(f"rank{rank ^ 1}", self.remote_address) # 对方的地址 desc.add_party(f"rank{rank}", self.local_address) # 自己的地址 else: desc.add_party(f"rank{rank}", self.local_address) # 自己的地址 desc.add_party(f"rank{rank ^ 1}", self.remote_address) # 对方的地址
The text was updated successfully, but these errors were encountered:
参与求交的另外一个节点也是相同的报错
Sorry, something went wrong.
打印错误,这个地方代码内部使用了size_t 类型的最大值来表示broadCast,也就是两方都接收结果,但是打日志的时候使用了这个字面值而没有做转换,造成了歧义,将会在下个版本修复。
No branches or pull requests
Issue Type
Performance
Modules Involved
PSI
Have you reproduced the bug with SPU HEAD?
Yes
Have you searched existing issues?
Yes
SPU Version
0.3.3b0
OS Platform and Distribution
Linux Ubuntu20.04
Python Version
3.8
Compiler Version
No response
Current Behavior?
desc.add_party("rank0", "0.0.0.0:7302")
用ECDH_PSI_2PC和CURVE_25519进行求交时报错,rank变成了18446744073709551615
Standalone code to reproduce the issue
Relevant log output
No response
The text was updated successfully, but these errors were encountered: