invertedtomato / crc

A flexible CRC implementation supporting most major algorithms. Also includes ability to support custom implementations.
MIT License
29 stars 10 forks source link

`ToHexString` should not be used in the example #12

Open invertedtomato opened 1 year ago

invertedtomato commented 1 year ago

ToHexString is an opinionated rendering of the hash. The has should be output as an int or byte[] and the consumer should determine how that is rendered.