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 misunderstanding about bit direction for extra sizes #89

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

jmwample
Copy link
Contributor

In a previous pull request #84 I added several sizes, but mistook the direction of the binary representation of the added values. Along with that one of the sizes was calculated incorrectly. (My apologies!)

This corrects both of those errors, successfully tested using the downstream library. Also I checked (via script) all of the other binary representations and and they all match the assigned values.

Copy link
Member

@tarcieri tarcieri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we should have a small internal-only crate for synthesizing this file from a list of numerical sizes, but this works for now.

@tarcieri tarcieri merged commit f6fd208 into RustCrypto:master Sep 15, 2024
14 checks passed
@jmwample jmwample deleted the kemeleon-correction branch September 15, 2024 18:52
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