chore(legacy): typos and style

pull/2565/head
Ondrej Mikle 2 years ago
parent e2abd2a9ad
commit a9ad39b88d

@ -85,7 +85,6 @@ static const uint8_t * const pubkey_v2[PUBKEYS] = {
// These public keys are production keys
// - used in production devices
// - used in debug non-production builds for QA testing
// the "SignMessage"-style public keys, third signing scheme
static const uint8_t * const pubkey_v3[PUBKEYS] = {

@ -106,8 +106,9 @@ void compute_firmware_fingerprint_for_verifymessage(const image_header *hdr,
*/
int signatures_ok(const image_header *hdr, uint8_t store_fingerprint[32],
bool use_verifymessage);
/**
* Check is either v2 or v3 signature of header is valid.
* Check if either v2 or v3 signature of header is valid.
*
* Stored fingerprint is the "of v2 scheme" which we still display as hash
* and use as "firmware hash".

Loading…
Cancel
Save