X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=blobdiff_plain;f=README;h=15f6a5ca704e1472636b511702e107fea3435d0c;hp=e265f93e0d3b14709e3b44264592b9bb1b0b7958;hb=HEAD;hpb=225580b92ee570c3a0a7f924250dd11b36095124 diff --git a/README b/README index e265f93..15f6a5c 100644 --- a/README +++ b/README @@ -1,9 +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 GPLv3.txt 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 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