From e7e9a75b3eb4732d6d6ca9d753702e28811a3d36 Mon Sep 17 00:00:00 2001 From: Marcel Keller Date: Fri, 29 Jun 2018 12:50:46 +0200 Subject: [PATCH] Missing text. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 555c5dee..c1d523dd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ See also https://www.cs.bris.ac.uk/Research/CryptographySecurity/SPDZ #### Preface: -If you are mainly looking to run complete secure computation modulo a prime, [SCALE-MAMBA](https://github.com/KULeuven-COSIC/SCALE-MAMBA), which is a fork of this software. The software in this repository is better suited to run the online phase (including for $GF(2^n)$) and various offline phases individually. +If you are mainly looking to run complete secure computation modulo a prime, [SCALE-MAMBA](https://github.com/KULeuven-COSIC/SCALE-MAMBA), which is a fork of this software, might be a better fit for you. The software in this repository is better suited to run the online phase (including for $GF(2^n)$) and various offline phases individually. The software contains some functionality for benchmarking that breaks security. This is deactivated by default. See the compilation section on how to activate it if needed.