diff options
-rw-r--r-- | lib/crc32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/crc32.c b/lib/crc32.c index 4eac9c770cd4..a1a5145a93ba 100644 --- a/lib/crc32.c +++ b/lib/crc32.c | |||
@@ -1,4 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | * Aug 8, 2011 Bob Pearson with help from Joakim Tjernlund and George Spelvin | ||
3 | * cleaned up code to current version of sparse and added the slicing-by-8 | ||
4 | * algorithm to the closely similar existing slicing-by-4 algorithm. | ||
5 | * | ||
2 | * Oct 15, 2000 Matt Domsch <Matt_Domsch@dell.com> | 6 | * Oct 15, 2000 Matt Domsch <Matt_Domsch@dell.com> |
3 | * Nicer crc32 functions/docs submitted by linux@horizon.com. Thanks! | 7 | * Nicer crc32 functions/docs submitted by linux@horizon.com. Thanks! |
4 | * Code was from the public domain, copyright abandoned. Code was | 8 | * Code was from the public domain, copyright abandoned. Code was |