Skip to content

Patch for printf compatibility.

Compare
Choose a tag to compare
@petertorelli petertorelli released this 26 Jan 00:38
· 28 commits to main since this release

Not all printf implementations support pad specifiers, like %02x. Since this particular format is required for the Host UI to perform verification, an explicit implementation is provided in the two memory-print functions (which are not timing-critical).