Skip to content
New issue

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

HeteroFM 是否可以去掉Arbiter #42

Open
jieheroli opened this issue Jun 24, 2022 · 0 comments
Open

HeteroFM 是否可以去掉Arbiter #42

jieheroli opened this issue Jun 24, 2022 · 0 comments

Comments

@jieheroli
Copy link

FedRec中的HeteroFM目前的实现有Arbiter角色,其作用是:生成公钥与私钥,还有是在Arbiter侧用私钥对密文进行解密。问题是:目前想把Arbiter的工作分配到host与guest侧。比如:

  • 生成host侧的key_pair,把公钥发给guest,私钥维护在host侧;
  • 生成guest侧的key_pair,把公钥发给host,私钥维护在guest侧。
    这样设计没问题吧?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant