We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
template static bool SerializeEvalAutomorphismKey(std::ostream& ser, const ST& sertype, std::string id = ""); template static bool SerializeEvalMultKey(std::ostream& ser, const ST& sertype, std::string id = ""); template static bool SerializeEvalSumKey(std::ostream& ser, const ST& sertype, std::string id = "");
void EvalBootstrapSetup(std::vector<uint32_t> levelBudget = {5, 4}, std::vector<uint32_t> dim1 = {0, 0}, uint32_t slots = 0, uint32_t correctionFactor = 0, bool precompute = true);
Ciphertext EvalInnerProduct(ConstPlaintext plaintext, ConstCiphertext ciphertext, usint batchSize) const;
The text was updated successfully, but these errors were encountered:
dsuponitskiy
No branches or pull requests
template
static bool SerializeEvalAutomorphismKey(std::ostream& ser, const ST& sertype, std::string id = "");
template
static bool SerializeEvalMultKey(std::ostream& ser, const ST& sertype, std::string id = "");
template
static bool SerializeEvalSumKey(std::ostream& ser, const ST& sertype, std::string id = "");
void EvalBootstrapSetup(std::vector<uint32_t> levelBudget = {5, 4}, std::vector<uint32_t> dim1 = {0, 0},
uint32_t slots = 0, uint32_t correctionFactor = 0, bool precompute = true);
Ciphertext EvalInnerProduct(ConstPlaintext plaintext, ConstCiphertext ciphertext,
usint batchSize) const;
The text was updated successfully, but these errors were encountered: