Correct the man page for skein1024sum
[skeinsum.git] / README
1 skeinsum is an implementation of version 1.3 of the Skein cryptographic hash 
2 function. It is licensed under version 3 of the GNU General Public License 
3 or, at your option, any later version. See COPYING for details.
4
5 First run autoreconf --install; then see the INSTALL file for 
6 installation information.
7
8 You may also wish to run the tests in the testing directory. This
9 verifies that the programs are able to compute the correct hashes
10 against the test suite.
11
12 Once the software is installed, invoke skein256sum, skein512sum, or 
13 skein1024sum with the --help option to see usage information or check 
14 the man pages.
15
16 The skeinsum home page is http://jxself.org/skein.shtml.
17
18 Information about the Skein cryptographic hash function itself is available 
19 at http://www.skein-hash.info/
20
21 --
22 This file is part of skeinsum.
23
24 skeinsum is free software: you can redistribute it and/or modify it
25 under the terms of the GNU General Public License as published by
26 the Free Software Foundation, either version 3 of the License, or
27 (at your option) any later version.
28
29 skeinsum is distributed in the hope that it will be useful, but
30 WITHOUT ANY WARRANTY; without even the implied warranty of
31 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
32 General Public License for more details.
33
34 You should have received a copy of the GNU General Public License
35 along with skeinsum. If not, see <http://www.gnu.org/licenses/>.