Skip to content

Commit

Permalink
fix out-of-line declaration in tensealcontext (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 authored Jul 6, 2020
1 parent 75121f5 commit ef349ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tenseal/tensealcontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ void TenSEALContext::make_context_public(bool generate_galois_keys,
bool TenSEALContext::is_public() { return this->_secret_key == nullptr; }
bool TenSEALContext::is_private() { return !is_public(); }

void TenSEALContext::save_public(const char* filename);
void TenSEALContext::save_private(const char* filename);

shared_ptr<SEALContext> TenSEALContext::seal_context() { return _context; }

void TenSEALContext::global_scale(double scale) {
Expand Down

0 comments on commit ef349ba

Please sign in to comment.