diff options
| author | Caleb Garrett <[email protected]> | 2024-02-24 16:31:43 -0500 |
|---|---|---|
| committer | Caleb Garrett <[email protected]> | 2024-02-25 20:59:07 -0500 |
| commit | 236fc6f650af41980af05ef03a3901b2dfcfc381 (patch) | |
| tree | 844bd267f8858a5241c9c50358880d355c35a76c /embassy-stm32/src/cryp | |
| parent | f352b6d68b17fee886af58494b7e793cea3ea383 (diff) | |
Add CRYP test.
Diffstat (limited to 'embassy-stm32/src/cryp')
| -rw-r--r-- | embassy-stm32/src/cryp/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32/src/cryp/mod.rs b/embassy-stm32/src/cryp/mod.rs index fef5def6a..bb64fa423 100644 --- a/embassy-stm32/src/cryp/mod.rs +++ b/embassy-stm32/src/cryp/mod.rs | |||
| @@ -5,7 +5,6 @@ use core::marker::PhantomData; | |||
| 5 | 5 | ||
| 6 | use embassy_hal_internal::{into_ref, PeripheralRef}; | 6 | use embassy_hal_internal::{into_ref, PeripheralRef}; |
| 7 | 7 | ||
| 8 | use crate::rcc::sealed::RccPeripheral; | ||
| 9 | use crate::{interrupt, pac, peripherals, Peripheral}; | 8 | use crate::{interrupt, pac, peripherals, Peripheral}; |
| 10 | 9 | ||
| 11 | const DES_BLOCK_SIZE: usize = 8; // 64 bits | 10 | const DES_BLOCK_SIZE: usize = 8; // 64 bits |
