Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

update aes to 0.8 #354

Merged
merged 1 commit into from
May 16, 2023
Merged

update aes to 0.8 #354

merged 1 commit into from
May 16, 2023

Conversation

Plecra
Copy link
Member

@Plecra Plecra commented Feb 12, 2023

(hazard): The changelog in aes doesn't indicate any change in behaviour, and I have assumed the new APIs work identically

This closes #352. Lets check that the CI likes it.

@mbr! As the author of the original PR, would love your input here - do you think any more changes need to be made to support the newer aes?

(hazard): The changelog in aes doesn't indicate any change in behaviour,
and I have assumed the new APIs work identically
@Plecra
Copy link
Member Author

Plecra commented Feb 12, 2023

I'll merge this on Tuesday if we don't find a reason it shouldn't be added :)


use aes::cipher::generic_array::GenericArray;
use aes::{BlockEncrypt, NewBlockCipher};
// use aes::{BlockEncrypt, NewBlockCipher};
Copy link
Contributor

Choose a reason for hiding this comment

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

Should remove unused commented code.

@Plecra Plecra merged commit 4b8f99c into master May 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating aes crate.
2 participants