<@U0FEKD960> feel free to ping me on slack if you ...
# announcements
g
@grigala feel free to ping me on slack if you have issues with this, I recently wrote a CRC implementation in Kotlin so working with bytes is pretty fresh in my memory. The best advice I can give you is to convert any
Byte
that you have to an unsigned Integer as early as you can. This will give you the best results. Don’t be like me and try to work with Bytes in kotlin (or Java) - it’s not more performant, and it often b(y)tes you 🙂
👍 4