Browse Source

Update README.md

Hao Chen 5 years ago
parent
commit
4aa337db80
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -18,7 +18,8 @@ This should produce a binary file ``bin/sealpir``.
 
 # Using SealPIR
 
-Take a look at the example in main.cpp for how to use SealPIR.
+Take a look at the example in main.cpp for how to use SealPIR. 
+Note: the parameter "d" stands for recursion levels, and for the current configuration, the server-to-client reply has size (pow(10, d-1) * 32) KB. Therefore we recommend using d <= 3.  
 
 # Contributing