pub const APP_DEFAULT_USER_KEY2: &[u8; 32] = b"\xbb\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 second key used in the application subimage.
This constant represents a 32-byte encryption key, which is used as the second user key (key2)
in the application subimage. The key is defined here as a default, though its exact purpose
is not explicitly documented. It is worth noting that the first byte of the original key has
been replaced with \xBB
. This key may be used during OTA firmware image generation or
other encryption tasks where a second key is required.