X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=blobdiff_plain;f=README;h=15f6a5ca704e1472636b511702e107fea3435d0c;hp=793f0b8f8cc304692d9da6515a36280efb02a61d;hb=HEAD;hpb=a9f4111948e2a978a8740c2c999ac541269b03ef diff --git a/README b/README index 793f0b8..15f6a5c 100644 --- a/README +++ b/README @@ -1,12 +1,35 @@ skeinsum is an implementation of version 1.3 of the Skein cryptographic hash function. It is licensed under version 3 of the GNU General Public License -or, at your option, any later version. See COPYING for details. See -the INSTALL file for installation information. +or, at your option, any later version. See COPYING for details. + +First run autoreconf --install; then see the INSTALL file for +installation information. + +You may also wish to run the tests in the testing directory. This +verifies that the programs are able to compute the correct hashes +against the test suite. Once the software is installed, invoke skein256sum, skein512sum, or -skein1024sum with the --help option to see usage information. +skein1024sum with the --help option to see usage information or check +the man pages. The skeinsum home page is http://jxself.org/skein.shtml. Information about the Skein cryptographic hash function itself is available at http://www.skein-hash.info/ + +-- +This file is part of skeinsum. + +skeinsum is free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +skeinsum is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with skeinsum. If not, see . \ No newline at end of file