Skip to content

Commit 35c1e33

Browse files
committed
471 algos
1 parent 5d7cc20 commit 35c1e33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
**Jacksum** is a free, open source, and cross platform data integrity command line program for **recursively computing hash values** with **multiple algorithms and multiple files simultaneously**. Jacksum can perform a **verification** of hashes against a set of known hashes, and it can detect matching files, non-matching files, missing files, and new files.
1414

15-
Jacksum supports **470 algorithms**, including **checksums, CRCs, and message digests** (known as hash values and fingerprints). For details see the [Manpage](https://github.com/jonelo/jacksum/wiki/Manpage#algorithms) and the [Copyright](https://github.com/jonelo/jacksum/blob/main/src/main/resources/net/jacksum/legal/copyright.txt) file.
15+
Jacksum supports **471 algorithms**, including **checksums, CRCs, and message digests** (known as hash values and fingerprints). For details see the [Manpage](https://github.com/jonelo/jacksum/wiki/Manpage#algorithms) and the [Copyright](https://github.com/jonelo/jacksum/blob/main/src/main/resources/net/jacksum/legal/copyright.txt) file.
1616

1717
Jacksum can compute and verify hash values much faster on **multi-core processors and multi-CPU computers** if you select many files and/or many algorithms.
1818

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<name>Jacksum</name>
1515
<description>Jacksum (JAva ChecKSUM) is a free and cross platform data integrity
1616
software tool to master checksums, CRCs, and message digests (hashes).
17-
Jacksum supports 470 fingerprinting algorithms, and takes advantage of
17+
Jacksum supports 471 fingerprinting algorithms, and takes advantage of
1818
modern muliti-processor/multi-cores environments for parallel
1919
computation and verification of hashes.</description>
2020
<url>https://jacksum.net</url>

src/main/resources/net/jacksum/help/help_en.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DESCRIPTION
1717
Jacksum (JAva ChecKSUM) is a free and cross platform data integrity
1818
software tool to master checksums, CRCs, and message digests (hashes).
1919
\
20-
Jacksum supports 470 fingerprinting algorithms, and takes advantage of
20+
Jacksum supports 471 fingerprinting algorithms, and takes advantage of
2121
modern multi-processor/multi-cores environments for parallel
2222
computation and verification of hashes.
2323
\

0 commit comments

Comments
 (0)