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

aes: add BLOCK_SIZE constant #263

Merged
merged 1 commit into from
May 26, 2021
Merged

Conversation

tarcieri
Copy link
Member

I've found myself wanting this in downstream crates which consume this one. I think it could be also used in a number of places in the implementation of this crate in order to make it clearer.

It's also similar to the existing constant in the polyval crate:

https://docs.rs/polyval/0.5.0/polyval/constant.BLOCK_SIZE.html

I've found myself wanting this in downstream crates which consume this
one. I think it could be also used in a number of places in the
implementation of this crate in order to make it clearer.

It's also similar to the existing constant in the `polyval` crate:

https://docs.rs/polyval/0.5.0/polyval/constant.BLOCK_SIZE.html
@tarcieri tarcieri requested a review from newpavlov May 26, 2021 14:19
@tarcieri tarcieri merged commit 6bdb1be into master May 26, 2021
@tarcieri tarcieri deleted the aes/expose-block-size-constant branch May 26, 2021 14:32
@tarcieri tarcieri mentioned this pull request May 26, 2021
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

1 participant