Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace "DCRTPoly" with "Element" in some files #902

Open
dsuponitskiy opened this issue Oct 31, 2024 · 0 comments · May be fixed by #903
Open

Replace "DCRTPoly" with "Element" in some files #902

dsuponitskiy opened this issue Oct 31, 2024 · 0 comments · May be fixed by #903
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dsuponitskiy
Copy link
Collaborator

dsuponitskiy commented Oct 31, 2024

  1. Replace "DCRTPoly" with "Element" in the following files:
  • src/pke/include/schemebase/base-parametergeneration.h
  • src/pke/include/schemebase/base-leveledshe.h
  • src/pke/include/schemebase/base-scheme.h
  • src/pke/lib/schemebase/base-leveledshe.cpp
  • src/pke/include/key/evalkeyrelin.h
  • src/pke/include/key/evalkey.h
  1. Make ParamsGenBGVRNS(), ParamsGenCKKSRNS() and ParamsGenBFVRNS() non-virtual in base-scheme.h.
@dsuponitskiy dsuponitskiy added the bug Something isn't working label Oct 31, 2024
@dsuponitskiy dsuponitskiy added this to the Release 1.2.4 milestone Oct 31, 2024
@dsuponitskiy dsuponitskiy self-assigned this Oct 31, 2024
@dsuponitskiy dsuponitskiy changed the title Replace "DCRTPoly" with "Element" in some "schemebase" files Replace "DCRTPoly" with "Element" in some files Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment