Skip to main content

has_valid_touch_id_payload

Function has_valid_touch_id_payload 

Source
fn has_valid_touch_id_payload(wire: &TouchIdSidecarWire) -> bool
Expand description

Validates that wire contains plausible payload bytes:

  • se_key is valid hex and non-empty.
  • sealed_password is valid hex, at least 93 decoded bytes, and starts with 0x04.