Hello,
While I was skimming the new feature, cryptoparams validator, on the new release,
I found a typo in parameter class to generate BFVRNS crypto context.
Here’s the line of the typo: line 75 in src/pke/include/scheme/bfvrns/gen-cryptocontext-bfvrns-params.h
void SetExecutionMode(ExecutionMode executionMode0) override {
DISABLED_FOR_BGVRNS;
}
It seems to be intended to call DISABLED_FOR_BFVRNS
instead of DISABLED_FOR_BGVRNS
.