File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,10 +238,6 @@ class CryptoContextImpl : public Serializable {
238238 CryptoContextImpl<Element>::GetUniqueValues (existingIndices, indices);
239239 }
240240 /* *
241- * Get automorphism keys for a specific secret key tag
242- */
243- static std::shared_ptr<std::map<usint, EvalKey<Element>>> GetEvalAutomorphismKeyMapPtr (const std::string& keyID);
244- /* *
245241 * @brief Get automorphism keys for a specific secret key tag and an array of specific indices
246242 * @param keyID - secret key tag
247243 * @param indexList - array of specific indices to retrieve key for
@@ -1069,6 +1065,10 @@ class CryptoContextImpl : public Serializable {
10691065 * Get a map of automorphism keys for all secret keys
10701066 */
10711067 static std::map<std::string, std::shared_ptr<std::map<usint, EvalKey<Element>>>>& GetAllEvalAutomorphismKeys ();
1068+ /* *
1069+ * Get automorphism keys for a specific secret key tag
1070+ */
1071+ static std::shared_ptr<std::map<usint, EvalKey<Element>>> GetEvalAutomorphismKeyMapPtr (const std::string& keyID);
10721072 /* *
10731073 * Get automorphism keys for a specific secret key tag
10741074 */
You can’t perform that action at this time.
0 commit comments