You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2025. It is now read-only.
- Update call to cx_hmac_sha256 with new len argument
- Bug correction on derivation path, derivation path was set as a string ("72'/69/76/76/79") instead of an int array, this leaded to having a different derivation path when compiling with 1.4.2 SDK, leading to have different device GUID with the same seed. Int array derivation path compatible values were retrieved in the app.asm file when building on 1.3.1 SDK
- Remove usbd_ccid_impl.c/h from app (not needed anymore, imported from SDK 1.4.2)