RAR 包含了 Info-ZIP 集团 的代码,用于处理 ZIP 压缩文件。
RAR4 和 ZIP PPMD 解压算法包含基于 Dmitry Shkarin 的 PPMd 和 Dmitry Subbotin 的 carryless rangecoder 开源代码。
RAR 加密功能包含 Szymon Stefanek 和 Brian Gladman AES 实现以及 Steve Reid SHA-1 部分代码。
RAR 使用的 CRC32 函数基于 Intel Slicing-by-8 算法。
RAR 压缩文件可以选择包含 BLAKE2sp 哈希值,由 Jean-Philippe Aumasson、Samuel Neves、Zooko Wilcox-O'Hearn 和 Christian Winnerlein 设计。
Alexander Khoroshev 和 Bulat Ziganshin 提供了非常有用的改善 RAR 压缩效率和速度方面的建议。
解压 7z、XZ 和 LZMA ZIP 压缩文件使用了 7-Zip 压缩解压工具作者 Igor Pavlov 公开的 LZMA SDK。
我们使用了 James S. Plank、Kevin M. Greenan 和 Ethan L. Miller 的“Screaming Fast Galois Field Arithmetic Using Intel SIMD Instructions”论文来改进 Reed-Solomon 码性能。同时非常感谢 Artem Drobanov 和 Bulat Ziganshin 提供的例子和想法使 Reed-Solomon 码更有效率。