aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f7/src/bin/hash.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* Added HMAC example.Caleb Garrett2024-02-121-0/+22
* Add STM32 HMAC function.Caleb Garrett2024-02-121-1/+1
* fmtCaleb Garrett2024-02-111-1/+2
* Consolidated hash drivers.Caleb Garrett2024-02-111-5/+5
* Removed hash DMA from unsupported configs.Caleb Garrett2024-02-081-3/+6
* Format hash example.Caleb Garrett2024-02-041-1/+0
* Addressed hash CI build issues.Caleb Garrett2024-02-041-3/+3
* Added hash DMA implementation.Caleb Garrett2024-02-031-8/+12
* Added hash module with blocking implementation. Included SHA256 example.Caleb Garrett2024-01-311-0/+49