소스 검색

minor refactoring

Hovsep Papoyan 1 년 전
부모
커밋
79e549f010
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/bindings.hpp

+ 1 - 2
src/bindings.hpp

@@ -304,8 +304,7 @@ void ClearEvalAutomorphismKeysByCryptoContext(const CryptoContextDCRTPoly& crypt
 [[nodiscard]] std::unique_ptr<std::vector<uint32_t>> GetExistingEvalAutomorphismKeyIndices(
     const std::string& keyTag);
 [[nodiscard]] std::unique_ptr<std::vector<uint32_t>> GetUniqueValues(
-    const std::vector<uint32_t>& oldValues,
-    const std::vector<uint32_t>& newValues);
+    const std::vector<uint32_t>& oldValues, const std::vector<uint32_t>& newValues);
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////