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

Missing array sizes for hashes serialization #65

Closed
wants to merge 1 commit into from

Conversation

baloo
Copy link
Member

@baloo baloo commented Mar 17, 2024

see RustCrypto/hashes#574 for more context

@tarcieri
Copy link
Member

Hmm, I think it'd be good to keep the sizes which aren't gated under extra_sizes consistent according to the rules documented at the top of the module.

Maybe we can just expand the sizes that are always available up to 512.

tarcieri added a commit that referenced this pull request Mar 17, 2024
This expands support for array sizes between 256-512, supporting all
sizes in this range rather than just multiples of 16.

Alternative to #65
tarcieri added a commit that referenced this pull request Mar 17, 2024
This expands support for array sizes between 256-512, supporting all
sizes in this range rather than just multiples of 16.

Alternative to #65
@tarcieri
Copy link
Member

tarcieri commented Mar 17, 2024

I opened #67 as an alternative which supports all array sizes up to 512

tarcieri added a commit that referenced this pull request Mar 17, 2024
This expands support for array sizes between 256-512, supporting all
sizes in this range rather than just multiples of 16.

Alternative to #65
@tarcieri
Copy link
Member

Closing in favor of #67

@tarcieri tarcieri closed this Mar 17, 2024
@baloo
Copy link
Member Author

baloo commented Mar 17, 2024

I didn't read the rules on top of the module. My bad.

@baloo baloo deleted the baloo/array-sizes branch March 17, 2024 19:00
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.

None yet

2 participants