Skip to content

added a check for batchSize

Yuriy Polyakov requested to merge issue-207 into master

The check has been added for BFV*, BGVrns, and CKKS. It throws an exception if batch size > ring dimension for BFV* and BGVrns. It throws an exception if batch size > ring dimension / 2 for CKKS.

Closes #207 (closed)

Edited by Yuriy Polyakov

Merge request reports