From f577e7621383476d35ccfc8e7bb9a5a3a1abb5fb Mon Sep 17 00:00:00 2001 From: Ayoub Zaki Date: Sat, 14 Dec 2024 16:24:07 +0100 Subject: [PATCH] README: change title --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfd00e2..2ea4471 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# STM32MP Sign Tool +# stm32mp-sign-tool ## Overview The `stm32mp-sign-tool` is a utility for signing and verifying firmware images for STM32MP MPUs. It uses ECDSA (Elliptic Curve Digital Signature Algorithm) to ensure the integrity and authenticity of the firmware. -**Disclaimer:** This tool is solely based on the [public specification](https://wiki.st.com/stm32mpu/wiki/STM32_header_for_binary_files) of the STM32 header format. It does not rely on reverse engineering or proprietary code and does not implement all the functionalities of the [official ST Tools](https://wiki.st.com/stm32mpu/wiki/Signing_tool). Use this utility with care, as it is not affiliated with nor endorsed by STMicroelectronics. - +**Disclaimer:** This tool is entirely developed based on [publicly available](https://wiki.st.com/stm32mpu/wiki/STM32_header_for_binary_files) of the STM32 header format and does not use reverse engineering or incorporate any proprietary code. +It does not implement all the functionalities of the [official ST Tools](https://wiki.st.com/stm32mpu/wiki/Signing_tool). +Use this utility with care, as it is not affiliated with nor endorsed by STMicroelectronics. ## Features