Skip to content

Commit

Permalink
docs: AES doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eightfilms committed Jun 27, 2024
1 parent 23fed4a commit 98191b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cipher/aes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ impl DerefMut for ExpandedKey {
}

#[derive(Clone)]
/// A struct containing an instance of an AES encryption/decryption.
pub struct AES<const K: usize, const B: usize>
where [(); K / 8]: {
key: Key<K>,
Expand Down

0 comments on commit 98191b5

Please sign in to comment.