We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c82082 commit 4425650Copy full SHA for 4425650
hal/src/aes.rs
@@ -793,7 +793,7 @@ impl Aes {
793
/// let mut aes: Aes = Aes::new(dp.AES, &mut dp.RCC);
794
///
795
/// const KEY: [u32; 4] = [0; 4];
796
- /// const IV: [u32, 4] = [0; 4];
+ /// const IV: [u32; 4] = [0; 4];
797
798
/// let plaintext: [u32; 4] = [0xf34481ec, 0x3cc627ba, 0xcd5dc3fb, 0x08f273e6];
799
/// let mut ciphertext: [u32; 4] = [0; 4];
0 commit comments