From c3921c69e4b8a8bd55f95d89977e2145f5186cde Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 24 Apr 2017 02:23:21 +0000 Subject: [PATCH] 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. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 04ade52..7595469 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,4 @@ crc32 - a 32-bit cyclic rendundancy check calculator numbers 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)