Skip to content

Commit

Permalink
repo-sync-2025-01-14T15:08:00+0800
Browse files Browse the repository at this point in the history
  • Loading branch information
huocun-ant committed Jan 14, 2025
1 parent 2d96db2 commit e5b8dac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions psi/algorithm/spiral/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ class Params {
Params() = default;

Params(const Params& other) = default;
Params& operator=(const Params& other) = default;

Params(Params&& other) = default;
Params& operator=(Params&& other) = default;

static Params ParamsWithModuli(const Params& params,
std::vector<uint64_t> moduli);
Expand Down

0 comments on commit e5b8dac

Please sign in to comment.