mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-19 08:54:26 -05:00
refactor(jit): Use PublicArguments instead of JitLambda::Argument to call the lambda (uniform calling to ServerLambda and JitLambda)
This commit is contained in:
@@ -53,10 +53,6 @@ std::size_t ClientParameters::hash() {
|
||||
return currentHash;
|
||||
}
|
||||
|
||||
LweSecretKeyParam ClientParameters::lweSecretKeyParam(CircuitGate gate) {
|
||||
return secretKeys.find(gate.encryption->secretKeyID)->second;
|
||||
}
|
||||
|
||||
llvm::json::Value toJSON(const LweSecretKeyParam &v) {
|
||||
llvm::json::Object object{
|
||||
{"dimension", v.dimension},
|
||||
|
||||
Reference in New Issue
Block a user