We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In FBP, we we use hex strings for platform communication
Android: hexToBytes, bytesToHex iOS: convertHexToData,convertDataToHex
hexToBytes
bytesToHex
convertHexToData
convertDataToHex
We should instead switch to raw bytes, and convert to hex only when we log.
The text was updated successfully, but these errors were encountered:
Anyone can implement this and open a PR if they want.
Sorry, something went wrong.
PR: #1067
No branches or pull requests
What is your feature request?
In FBP, we we use hex strings for platform communication
Android:
hexToBytes
,bytesToHex
iOS:
convertHexToData
,convertDataToHex
We should instead switch to raw bytes, and convert to hex only when we log.
The text was updated successfully, but these errors were encountered: