fix: print ksLogBase correctly

This commit is contained in:
youben11
2021-09-02 14:47:53 +01:00
committed by Quentin Bourgerie
parent c3d6bea247
commit cae9af36b0

View File

@@ -195,8 +195,7 @@ processInputBuffer(mlir::MLIRContext &context,
<< ", brLevel: " << fheContext.parameter.brLevel
<< ", brLogBase: " << fheContext.parameter.brLogBase
<< ", ksLevel: " << fheContext.parameter.ksLevel
<< ", polynomialSize: " << fheContext.parameter.ksLogBase
<< "}\n");
<< ", ksLogBase: " << fheContext.parameter.ksLogBase << "}\n");
// Generate the keySet
std::unique_ptr<mlir::zamalang::KeySet> keySet;