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

rc5: unlock parameter size, add u128 and u8 word size support. #382

Merged
merged 3 commits into from
Nov 26, 2023

Conversation

NamedNeon
Copy link
Contributor

@NamedNeon NamedNeon commented Aug 30, 2023

Solves #381.

  • Unlock RC5 object sizes (key size, word size, etc.).
  • Add compatibility for more word sizes.
  • Increase test and benchmark coverage for more common sizes.

@NamedNeon NamedNeon changed the title rc5: Unlock parameter size. rc5: unlock parameter size, add u128 and u8 word size support. Aug 31, 2023
@NamedNeon NamedNeon marked this pull request as ready for review August 31, 2023 03:28
@NamedNeon NamedNeon marked this pull request as draft August 31, 2023 14:31
… key, and round size generics; deprecated old predefined RC5 types
@NamedNeon
Copy link
Contributor Author

This is ready for review now.

I unintentionally set it as ready last night and didn't realize until this morning, so apologies for that. I don't make pull requests very often.

rc5/CHANGELOG.md Outdated Show resolved Hide resolved
rc5/Cargo.toml Outdated Show resolved Hide resolved
Co-authored-by: Tony Arcieri <bascule@gmail.com>
@NamedNeon
Copy link
Contributor Author

Hi, it has been a few months so I figured I'd just leave a message here to see if anything further is needed from me before this can be reviewed and hopefully merged.

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.

Thanks!

@tarcieri tarcieri merged commit 1967139 into RustCrypto:master Nov 26, 2023
138 checks passed
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