Skip to content

Commit

Permalink
aes256.rs: fix typo (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Jul 21, 2024
1 parent ae1892c commit 3e7c873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aes/src/ni/aes256.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::{Block, Block8};
use cipher::inout::InOut;
use core::mem;

/// AES-192 round keys
/// AES-256 round keys
pub(super) type RoundKeys = [__m128i; 15];

#[inline]
Expand Down

0 comments on commit 3e7c873

Please sign in to comment.