remove notes from readme

"not padding input" was a misunderstanding.
the algorithm we use sidesteps the need to explicitly pad anything.

big endian calculations are fine.
This commit is contained in:
Connor Olding 2017-04-24 02:23:21 +00:00
parent d5e14c8edd
commit c3921c69e4
1 changed files with 0 additions and 6 deletions

View File

@ -22,10 +22,4 @@ crc32 - a 32-bit cyclic rendundancy check calculator
numbers <n> may be in hexadecimal or octal using proper prefixes numbers <n> may be in hexadecimal or octal using proper prefixes
``` ```
Notes
-----
* Does not pad input.
* Big endian calculations are somewhat untested.
## [Smaller Still](https://gist.github.com/notwa/5689243) ## [Smaller Still](https://gist.github.com/notwa/5689243)