index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-stm32
/
src
/
hash
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-6
/
+2
*
stm32/hash: Improve performance when hashing
Matt Johnston
2025-08-15
1
-5
/
+9
*
stm32/hash: Clear HMAC mode bit when hashing
Matt Johnston
2025-08-15
1
-0
/
+2
*
derive `Clone` for `hash::Context`
Anton Lazarev
2025-04-18
1
-0
/
+1
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-9
/
+7
*
stm32/hash: remove DMA generic param.
Dario Nieuwenhuis
2025-03-25
1
-138
/
+148
*
refactor: update DMA pointer types for cryp and hash modules
Liu Hancheng
2025-01-04
1
-4
/
+11
*
stm32/rcc: replace generated enable/disable code with runtime info
Jan Špaček
2024-05-25
1
-3
/
+2
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
1
-9
/
+6
*
Fixed HMAC blocking mode.
Caleb Garrett
2024-02-12
1
-5
/
+5
*
Add STM32 HMAC function.
Caleb Garrett
2024-02-12
1
-13
/
+60
*
Consolidated hash drivers.
Caleb Garrett
2024-02-11
1
-8
/
+545
*
Removed hash DMA from unsupported configs.
Caleb Garrett
2024-02-08
1
-3
/
+4
*
Addressed hash CI build issues.
Caleb Garrett
2024-02-04
1
-351
/
+6
*
Added hash DMA implementation.
Caleb Garrett
2024-02-03
1
-76
/
+65
*
Added hash interrupts for async.
Caleb Garrett
2024-02-01
1
-37
/
+134
*
Added hash v1/v2 configs.
Caleb Garrett
2024-02-01
1
-0
/
+6
*
Added hash module with blocking implementation. Included SHA256 example.
Caleb Garrett
2024-01-31
1
-0
/
+260