aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/stm32wb-dfu/secrets/key.pub.short
Commit message (Collapse)AuthorAgeFilesLines
* [embassy-usb-dfu] support ed25519 verificationGerhard de Clercq2025-05-231-0/+1
This commit adds the ability to verify that USB DFU updates are correctly signed using ed25519. This required adding support to embassy-boot for reading from the DFU partition.