black-lager / python

The Python CLI and API for talking to Black Lager devices
https://black-lager.github.io
Apache License 2.0
1 stars 0 forks source link

Fix encoding of signed text messages #15

Closed ahmedkadd closed 1 year ago

ahmedkadd commented 1 year ago

Close #14

Signed text messages are now treated as bytes and not encoded and decoded into UTF-8. Note that the actual contents of the message can still be UTF-8 encoded, but the packet as a whole should not be.