[go: nahoru, domu]

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

Running error #27

Closed
ldwaiwai opened this issue Jun 18, 2014 · 2 comments
Closed

Running error #27

ldwaiwai opened this issue Jun 18, 2014 · 2 comments

Comments

@ldwaiwai
Copy link

hi,
I have a new running error need help.

AltCRT.cpp:322: double AltCRT::addPrimesAndScale(const IndexSet&): Assertion `empty(s1 & map.getIndexSet())' failed

Thank you!

@ldwaiwai
Copy link
Author

I solved this error by replace the multiply operation from Ctxt1.*=Ctxt2 to Ctxt1.multiplycation=Ctxt2.But I'm not very clear about the difference between the two operator.Relinearize operation is the only difference between them?

@TomMD
Copy link
Contributor
TomMD commented Nov 16, 2014

Yes, relinearization is a critical part of the proper multiplication, unless you are doing something much lower level. It could be argued that the *= operation should not be exposed so readily to users. For more you can read "Efficient Fully Homomorphic Encryption from (standard) LWE".

@shaih shaih closed this as completed Dec 4, 2014
faberga added a commit that referenced this issue Jul 15, 2023
* Fix  deprecated sprintf in GTestApproxNums.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants