Typo in cryptoparams validator

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.

@hyerinpark A new issue has been created: Correct a typo · Issue #833 · openfheorg/openfhe-development · GitHub. The fix will be available in the next OpenFHE release