Missing text.

This commit is contained in:
Marcel Keller
2018-06-29 12:50:46 +02:00
parent 89d463c929
commit e7e9a75b3e

View File

@@ -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.