Support for file-based preprocessing
- 主要语言
- Java
- 星标
- 143
- 派生
- 61
- PR 合并指标
- 30 天内没有已合并 PR
描述
Currently, the supported way of using MASCOT preprocessing in SPDZ runs the MASCOT preprocessing online on-the-fly and the preprocessed material only ever lives in-memory.
We would like to be able to run preprocessing independent from an online phase and persist it to files, and then consume the preprocessed material later in an online phase. This should hopefully also allow us to use preprocessed material from external preprocessing implementations (e.g., Overdrive).
This task includes the following two high-level subtasks
- [ ] Write preprocessing material to file(s) in some convenient and efficient format
- [ ] Read these files and serve them to the online phase (for SPDZ this involves implementing the `SpdzDataSupplier` interface).
贡献指南
评估
这个 Issue 还没有评估数据。