mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
enhance(jit): Add support for clear text results in ServerLambda
This removes the restriction of `ServerLambda` that the source program must return encrypted values.
This commit is contained in:
@@ -55,10 +55,6 @@ ServerLambda::loadFromModule(std::shared_ptr<DynamicModule> module,
|
||||
<< ") != 1 is not supported";
|
||||
}
|
||||
|
||||
if (!param->outputs[0].encryption.hasValue()) {
|
||||
return StringError("ServerLambda: clear output is not yet supported");
|
||||
}
|
||||
|
||||
lambda.clientParameters = *param;
|
||||
return lambda;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user