From 23897c55d482c9acbaa7d951182afede68621d46 Mon Sep 17 00:00:00 2001 From: youben11 Date: Sun, 26 Apr 2020 14:42:21 +0100 Subject: [PATCH] add CryptenInitJail and CryptenInit->CryptenInitPlan --- proto.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/proto.json b/proto.json index d4d255e..124627d 100644 --- a/proto.json +++ b/proto.json @@ -168,7 +168,7 @@ "torch.memory_format": { "code": 49 }, - "syft.messaging.message.CryptenInit": { + "syft.messaging.message.CryptenInitPlan": { "code": 50 }, "syft.frameworks.torch.fl.dataset.BaseDataset": { @@ -197,6 +197,9 @@ }, "syft.frameworks.torch.tensors.interpreters.paillier.PaillierTensor": { "code": 59 + }, + "syft.messaging.message.CryptenInitJail": { + "code": 60 } } -} \ No newline at end of file +}