Library for CRC16 checksum in Elixir

I need to calculate CRC 16 lines in an elixir. Is there an existing library for this purpose?

+7
elixir crc crc16
source share
1 answer

I also need a CRC library in elixir, I just published a package for this:

https://hex.pm/packages/crc https://github.com/TattdCodeMonkey/crc

+3
source share

All Articles