Skip to content

Commit

Permalink
README: change title
Browse files Browse the repository at this point in the history
  • Loading branch information
embetrix committed Dec 14, 2024
1 parent af9d1b0 commit baa1a63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 information](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

Expand Down

0 comments on commit baa1a63

Please sign in to comment.