Skip to content

v1.6.5

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Apr 14:01
048e4c8
Refactors blind signing logic and improves utilities (#62)

* refactor: centralize blind signing logic and add safety checks

- Move duplicated blind signing functions from UI-specific files into a shared `menu_common.c`.
- Add NULL and length checks to `bytes_to_hex_display` to prevent potential crashes.

* bump version