summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibrhash/README
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-03 15:15:19 (GMT)
committerBrad King <brad.king@kitware.com>2016-11-10 13:26:54 (GMT)
commit53048afa8dc24327d82a1ff0f78801e1f344a4b6 (patch)
treefff00aff401fe55e08d9371a194735a0eaf4980c /Utilities/cmlibrhash/README
parent5cb1b345d932d3e0dc34a2d423894a59a6c8db35 (diff)
downloadCMake-53048afa8dc24327d82a1ff0f78801e1f344a4b6.zip
CMake-53048afa8dc24327d82a1ff0f78801e1f344a4b6.tar.gz
CMake-53048afa8dc24327d82a1ff0f78801e1f344a4b6.tar.bz2
librhash: Remove source fragments not needed for CMake
We only need a subset of the hash algorithms supported by librhash. Add preprocessor conditionals to remove source fragments that we do not need. Write an alternative algorithm enumeration that matches the indexing on our reduced array. Also remove a few fragments outright.
Diffstat (limited to 'Utilities/cmlibrhash/README')
-rw-r--r--Utilities/cmlibrhash/README54
1 files changed, 0 insertions, 54 deletions
diff --git a/Utilities/cmlibrhash/README b/Utilities/cmlibrhash/README
index 1e51017..4ea492f 100644
--- a/Utilities/cmlibrhash/README
+++ b/Utilities/cmlibrhash/README
@@ -1,57 +1,3 @@
- === RHash program ===
-
-RHash is a console utility for calculation and verification of magnet links
-and a wide range of hash sums like CRC32, MD4, MD5, SHA1, SHA256, SHA512,
-SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94,
-RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru.
-
-Hash sums are used to ensure and verify integrity of large volumes of data
-for a long-term storing or transferring.
-
-Features:
- * Output in a predefined (SFV, BSD-like) or a user-defined format.
- * Can calculate Magnet links.
- * Updating hash files (adding hash sums of files missing in the hash file).
- * Calculates several hash sums in one pass
- * Ability to process directories recursively.
- * Portability: the program works the same on Linux, *BSD or Windows.
-
-
- === The LibRHash library ===
-
-LibRHash is a professional, portable, thread-safe C library for computing
-a wide variety of hash sums, such as CRC32, MD4, MD5, SHA1, SHA256, SHA512,
-SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94,
-RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru.
-Hash sums are used to ensure and verify integrity of large volumes of data
-for a long-term storing or transferring.
-
-Features:
- * Small and easy to learn interface.
- * Hi-level and Low-level API.
- * Allows calculating of several hash functions simultaneously.
- * Portability: the library works on Linux, *BSD and Windows.
-
-
- === Links ===
-
- * Project Home Page: http://rhash.sourceforge.net/
- * Official Releases: http://sf.net/projects/rhash/files/rhash/
-
- * RHash hash functions descriptions http://rhash.anz.ru/hashes.php
- * The table of the hash functions supported by RHash
- http://sf.net/apps/mediawiki/rhash/index.php?title=Hash_sums
- * ECRYPT: The Hash Function Zoo
- http://ehash.iaik.tugraz.at/wiki/The_Hash_Function_Zoo
-
-
- === Getting latest source code ===
-
-The latest source code can be obtained from Git repository by command:
-
- git clone git://github.com/rhash/RHash.git
-
-
=== Notes on RHash License ===
The RHash program and LibRHash library are distributed under RHash License,