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

ghost
Copy link

@ghost ghost 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.

@ghost ghost force-pushed the rc5 branch 2 times, most recently from fe20059 to 1f4ff69 Compare August 31, 2023 03:20
@ghost ghost changed the title rc5: Unlock parameter size. rc5: unlock parameter size, add u128 and u8 word size support. Aug 31, 2023
@ghost ghost marked this pull request as ready for review August 31, 2023 03:28
@ghost ghost marked this pull request as draft August 31, 2023 14:31
… key, and round size generics; deprecated old predefined RC5 types
@ghost ghost marked this pull request as ready for review August 31, 2023 21:33
@ghost
Copy link
Author

ghost commented Aug 31, 2023

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
@ghost ghost requested a review from tarcieri September 4, 2023 21:05
@ghost
Copy link
Author

ghost commented Nov 23, 2023

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.

1 participant