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.