mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-11 16:55:51 +00:00
Fix the debug key-set comparison for debug keys comparing the generated key in big-endian format against the debug private key in little-endian format. Fix this by converting the private key to big-endian format for convenience. Use the _be suffix for all variables to make the mixing of the endian formats easier to read. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no> |
||
---|---|---|
.. | ||
common | ||
controller | ||
host | ||
mesh | ||
services | ||
shell | ||
CMakeLists.txt | ||
Kconfig |