collect method
- @MPI(name: "_{mesh.name}.cipher.collect")
- CipherObject obj, {
- Context? ctx,
Collect cipher objects with group. Asyncable can be invoked by multi times. 中心化归集多方密钥加密的密态数据包(胶囊)用于中心化密态计算(重加密/重匿名/全同态等)
Implementation
@MPI(name: "_{mesh.name}.cipher.collect")
Future<int?> collect(CipherObject obj, {Context? ctx}) {
throw UnimplementedError('collect() has not been implemented.');
}