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

Correct trivial SIS cases in sis_lattice.py #139

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

psivesely
Copy link
Contributor

A(q*e1) = 0 mod q is a trivial solution for when the input bound is >= q for both l_2 and l_inf norms. In the centered representation we're using signed modulus range [-(q-1)/2,(q-1)/2] as clarified in #111

A(q*e1) = 0 mod q is a trivial solution with l_2 and l_inf. In the centered representation we're using signed modulus range [-(q-1)/2,(q-1)/2] as clarified in malb#111
@malb malb merged commit 6b25d9d into malb:main Jan 27, 2025
2 checks passed
@malb
Copy link
Owner

malb commented Jan 27, 2025

Thanks. Maybe we should distinguish between ISIS and SIS here?

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

Successfully merging this pull request may close these issues.

2 participants