Skip to content

sets batchSize to the full packing setting if batchSize = 0

Yuriy Polyakov requested to merge issue-66 into master

If batchSize = 0, then batchSize for CKKS is set to half the ring dimension and for BFVrns* to the ring dimension. The batch size is set at the end of ParamsGen, when the ring dimension is already known. This setting implies that we assume the full packing by default.

Closes #66 (closed)

Merge request reports