pub const BOOT_DEFAULT_USER_KEY1: &[u8; 32] = b"\xaa\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\x0c\r\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f";
Expand description
Default first key used in the boot image.
This constant represents a 32-byte encryption key used as the first user key (key1) in the boot
image. The exact purpose of this key is not explicitly defined in the documentation. Similar to
the second key, the first byte of the original key has been replaced with \xAA
. This key
might be involved in encryption tasks, such as generating OTA firmware images, but its specific
usage is not clearly documented.