From a10ae1f063dc58f95fc5e4ddcfc3346b8f804412 Mon Sep 17 00:00:00 2001 From: Ebrahim Songhori Date: Tue, 27 Oct 2015 15:31:07 -0500 Subject: [PATCH] fix readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 86d2189..b49eeec 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,10 @@ description (`.scd`) file. --disable_OT Disable Oblivious Transfer (OT) for transferring labels. WARNING: OT is crucial for GC security. + --low_mem_foot Enables low memory footprint mode for + circuits with multiple clock cycles. In + this mode, OT is called at each clock + cycle which degrades the performance. --output_mask arg (=0) Hexadecimal mask for output. 0 indicates that output belongs to Bob, and 1 belongs to Alice.