-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3bf2ca2
commit aa3a3da
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,8 @@ Kamila Szewczyk <[email protected], [email protected]> | |
|
||
Acknowledgements: | ||
- Marshall Lochbaum (improved syndrome calculation). | ||
- Peter Cawley (developed the mixed-PCMULQDQ and SSE4.2 CRC32C | ||
acceleration technique used by xpar). The code in xpar is | ||
based on the fast-crc32 project of Peter's, available under | ||
the MIT license. | ||
- Phil Karn (KA9Q) originally implemented the error+erasure | ||
correction codec used by xpar. | ||
correction codec used by xpar (GPLv2). | ||
|
||
Also contains verbatim code written by: | ||
- Rich Felker (getopt_long shim, Expat/MIT license). |