invertedtomato / crc

A flexible CRC implementation supporting most major algorithms. Also includes ability to support custom implementations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`ToHexString` should not be used in the example

invertedtomato opened this issue · comments

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.