"Fossies" - the Fresh Open Source Software Archive 
Member "unrar/acknow.txt" (7 Oct 2021, 2780 Bytes) of package /linux/misc/unrarsrc-6.1.7.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 ACKNOWLEDGMENTS
2
3 * We used "Screaming Fast Galois Field Arithmetic Using Intel
4 SIMD Instructions" paper by James S. Plank, Kevin M. Greenan
5 and Ethan L. Miller to improve Reed-Solomon coding performance.
6 Also we are grateful to Artem Drobanov and Bulat Ziganshin
7 for samples and ideas allowed to make Reed-Solomon coding
8 more efficient.
9
10 * RAR4 text compression algorithm is based on Dmitry Shkarin PPMII
11 and Dmitry Subbotin carryless rangecoder public domain source code.
12 You can find it in ftp.elf.stuba.sk/pub/pc/pack.
13
14 * RAR encryption includes parts of public domain code
15 from Szymon Stefanek AES and Steve Reid SHA-1 implementations.
16
17 * With exception of SFX modules, RAR uses CRC32 function based
18 on Intel Slicing-by-8 algorithm. Original Intel Slicing-by-8 code
19 is available here:
20
21 https://sourceforge.net/projects/slicing-by-8/
22
23 Original Intel Slicing-by-8 code is licensed under BSD License
24 available at http://www.opensource.org/licenses/bsd-license.html
25
26 Copyright (c) 2004-2006 Intel Corporation.
27 All Rights Reserved
28
29 Redistribution and use in source and binary forms, with or without
30 modification, are permitted provided that the following conditions
31 are met:
32
33 Redistributions of source code must retain the above copyright notice,
34 this list of conditions and the following disclaimer.
35
36 Redistributions in binary form must reproduce the above copyright
37 notice, this list of conditions and the following disclaimer
38 in the documentation and/or other materials provided with
39 the distribution.
40
41 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
42 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
43 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
44 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
45 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
46 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
47 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
48 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
49 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
50 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
51 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
52 SUCH DAMAGE.
53
54 * RAR archives may optionally include BLAKE2sp hash ( https://blake2.net ),
55 designed by Jean-Philippe Aumasson, Samuel Neves, Zooko Wilcox-O'Hearn
56 and Christian Winnerlein.
57
58 * Useful hints provided by Alexander Khoroshev and Bulat Ziganshin allowed
59 to significantly improve RAR compression and speed.