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

use bit-wise encoding instead of byte-wise #57

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

jacksonwalters
Copy link
Collaborator

encode messages using bits rather than bytes to allow for smaller values of t. currently t=16 is okay with even smaller q=12289. need a separate PR to get t=2 working for all tests.

encode messages using bits rather than bytes to allow for smaller values of t
@jacksonwalters jacksonwalters merged commit 10d2df5 into main Feb 6, 2025
1 check passed
@jacksonwalters jacksonwalters deleted the use_bitwise_encoding branch February 6, 2025 19:38
@jacksonwalters jacksonwalters changed the title use bitwise encoding vs. bytes use bit-wise encoding instead of byte-wise Feb 6, 2025
@jacksonwalters jacksonwalters linked an issue Feb 6, 2025 that may be closed by this pull request
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.

use bitwise encoding instead of byte-wise
1 participant