fix(core/python): fix encoding in authentication challenge
This commit fixes how the Trezor Python library builds an authentication challenge. Previously, the code encoded the length of a header and the length of the challenge as a single byte, which only works for values up to 255. The fix uses a…
86b5d99cby Ondřej Vejpustek+3−31 file