Skip to content

Correct exception handling for COMPOSITESCALINGAUTO #1204

Description

@yspolyakov

In ckksrns-parametergeneration.cpp, the following code

        else if (compositeDegree == 1 && registerWordSize < 64) {
            OPENFHE_THROW(
                "This COMPOSITESCALING* version does not support composite degree == 1 with register size < 64.");
        }

needs to be changed to include the edge case of registerWordSize = 64.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions