Skip to content

Fix encoding of integers#37

Merged
bbc2 merged 1 commit into
mainfrom
fix-integer-encoding
May 19, 2026
Merged

Fix encoding of integers#37
bbc2 merged 1 commit into
mainfrom
fix-integer-encoding

Conversation

@bbc2

@bbc2 bbc2 commented May 19, 2026

Copy link
Copy Markdown
Owner

Too many bytes were previously used as plaintext, which made the computation unnecessarily inefficient. Test cases are added here to detect future changes in the ordering determined by the seed.

Note: this changes the ordering of integers done by this library for existing seeds, which could be a breaking change depending on the use case.

Too many bytes were previously used as plaintext, which made the
computation unnecessarily inefficient. Test cases are added here to
detect future changes in the ordering determined by the seed.

Note: this changes the ordering of integers done by this library for
existing seeds, which could be a breaking change depending on the use case.
@bbc2 bbc2 merged commit b7686eb into main May 19, 2026
5 checks passed
@bbc2 bbc2 deleted the fix-integer-encoding branch May 19, 2026 15:48
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.

1 participant