Lots of Keysets
[pierogi] / protocols / pirprotocol.cpp
index 09044d2..3fd0731 100644 (file)
@@ -447,3 +447,12 @@ void PIRProtocol::sleepUntilRepeat(
     throw PIRException(ss.str());
   }
 }
+
+
+void PIRProtocol::setGapSize(
+  int gapSize,
+  bool iclFlag)
+{
+  gap = gapSize;
+  isConstantLength = iclFlag;
+}