mirror of https://github.com/notwa/crc32
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.modern
parent
d5e14c8edd
commit
c3921c69e4
|
@ -22,10 +22,4 @@ crc32 - a 32-bit cyclic rendundancy check calculator
|
|||
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)
|
||||
|
|
Loading…
Reference in New Issue