Skip to content

Commit 9bd7d2c

Browse files
authored
update notes on CrypTFlow
1 parent 05c8346 commit 9bd7d2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ A more practical ZKP protocol with many concrete improvements based on [Wolverin
5454
### CrypTFlow2 [link](https://eprint.iacr.org/2020/1002.pdf)
5555
> Rathee, Deevashwer, Mayank Rathee, Nishant Kumar, Nishanth Chandran, Divya Gupta, Aseem Rastogi, and Rahul Sharma. "CrypTFlow2: Practical 2-party secure inference." In Proceedings of the 2020 ACM SIGSAC Conference on Computer and Communications Security, pp. 325-342. 2020.
5656
57-
A updated version of CrypTFlow.
57+
A updated version of CrypTFlow. Mainly, in 2PC semi-honest model, A protocol for comparsion and a protocol for dividion without precision loss are proposed. The two protocols seem quite hand-tuned, but with concrete improvement in communication complexity.
5858

5959
### EdaBits [link](https://eprint.iacr.org/2020/338.pdf)
6060
> Escudero, Daniel, Satrajit Ghosh, Marcel Keller, Rahul Rachuri, and Peter Scholl. "Improved Primitives for MPC over Mixed Arithmetic-Binary Circuits." IACR Cryptol. ePrint Arch. 2020 (2020): 338.
@@ -75,6 +75,7 @@ This is a latest ZKP system, and it is rather efficient and seems practically us
7575
> Kumar, Nishant, et al. "Cryptflow: Secure tensorflow inference." 2020 IEEE Symposium on Security and Privacy (SP). IEEE, 2020
7676
7777
This is an end-to-end system for tranforming native TensorFlow program to MPC-backed program, done by Microsoft teams. The aim is the same as [LatticeX/Rosetta](https://github.com/LatticeX-Foundation/Rosetta).
78+
But the compiler's output is still vallina C++ program, unlike Rosetta. So this may limit its future extension for more sophisticated computation.
7879

7980
### DELPHI [link](https://www.usenix.org/system/files/sec20spring_mishra_prepub.pdf)
8081
> Mishra, Pratyush, et al. "DELPHI: A cryptographic inference service for neural networks." 29th {USENIX} Security Symposium ({USENIX} Security 20). 2020.

0 commit comments

Comments
 (0)