Skip to content

Commit

Permalink
deleted legacy code
Browse files Browse the repository at this point in the history
  • Loading branch information
g-arakelov committed Dec 3, 2024
1 parent 343cb21 commit 5401ba0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/polycircuit/IComponent.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,4 @@ class IComponent {
virtual Ciphertext evaluate() = 0;
};

class ICKKSComponent : public IComponent {
lbcrypto::CCParams<lbcrypto::CryptoContextCKKSRNS> m_parameters;
lbcrypto::CryptoContext<lbcrypto::CryptoContextCKKSRNS> m_cc;

public:
void generateCryptoContext();
virtual ~ICKKSComponent() = default;
};
} // namespace polycircuit

0 comments on commit 5401ba0

Please sign in to comment.