Skip to content

HeteroFM 是否可以去掉Arbiter #42

Description

@jieheroli

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

  • 生成host侧的key_pair,把公钥发给guest,私钥维护在host侧;
  • 生成guest侧的key_pair,把公钥发给host,私钥维护在guest侧。
    这样设计没问题吧?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions