Hi together,
I have a problem with deserializing the multiplication keys with the following code:
// Deserializing mult keys
std::ifstream emkeys(DATAFOLDER + "/" + multKeyLocation, std::ios::in | std::ios::binary);
cc->DeserializeEvalMultKey(emkeys, SerType::BINARY);
and it throws this error:
DeserializeEvalSumKey
and DeserializeEvalAutomorphismKey
works fine btw … i have no idea why it isnt working for the mult keys.