Closed PranavBhatia closed 2 years ago
I want to run the CRC32 on a Hex input and produce a Hex output. But when I do that with this library, it considers the Hex input as a string.
I think converting HEX to Number first and then to UInt8Array should work. You can then convert the CRC number to HEX string.
UInt8Array
I want to run the CRC32 on a Hex input and produce a Hex output. But when I do that with this library, it considers the Hex input as a string.