Menu

Tree [8c0e3f] master /
 History

HTTPS access


File Date Author Commit
 CYGWIN-PATCHES 2011-03-05 Bryan C. Geraghty Bryan C. Geraghty [21da48] Imported release 0.9.9.9
 doc 2014-05-25 Barak A. Pearlmutter Barak A. Pearlmutter [77b378] revamp doc/Makefile.am for external build, make...
 include 2014-05-29 Barak A. Pearlmutter Barak A. Pearlmutter [1726d5] Remove CVS keywords and their expansions.
 lib 2014-05-29 Barak A. Pearlmutter Barak A. Pearlmutter [8c0e3f] automake tweaks: use implicit rules, check_PROG...
 src 2014-05-29 Barak A. Pearlmutter Barak A. Pearlmutter [8c0e3f] automake tweaks: use implicit rules, check_PROG...
 win32 2011-03-05 Bryan C. Geraghty Bryan C. Geraghty [21da48] Imported release 0.9.9.9
 .gitignore 2014-05-29 Barak A. Pearlmutter Barak A. Pearlmutter [8c0e3f] automake tweaks: use implicit rules, check_PROG...
 AUTHORS 2011-03-05 Bryan C. Geraghty Bryan C. Geraghty [21da48] Imported release 0.9.9.9
 COPYING 2011-03-05 Bryan C. Geraghty Bryan C. Geraghty [21da48] Imported release 0.9.9.9
 ChangeLog 2011-03-05 Bryan C. Geraghty Bryan C. Geraghty [21da48] Imported release 0.9.9.9
 Makefile.am 2014-05-29 Barak A. Pearlmutter Barak A. Pearlmutter [8c0e3f] automake tweaks: use implicit rules, check_PROG...
 NEWS 2014-05-29 Barak A. Pearlmutter Barak A. Pearlmutter [1726d5] Remove CVS keywords and their expansions.
 README 2014-05-29 Barak A. Pearlmutter Barak A. Pearlmutter [1726d5] Remove CVS keywords and their expansions.
 THANKS 2011-03-05 Bryan C. Geraghty Bryan C. Geraghty [21da48] Imported release 0.9.9.9
 TODO 2011-03-05 Bryan C. Geraghty Bryan C. Geraghty [21da48] Imported release 0.9.9.9
 autogen.sh 2014-05-24 Barak A. Pearlmutter Barak A. Pearlmutter [2b0da9] rename ./buildconf to the standard ./autogen.sh...
 changelog-update.sh 2011-03-05 Bryan C. Geraghty Bryan C. Geraghty [21da48] Imported release 0.9.9.9
 configure.ac 2014-05-29 Barak A. Pearlmutter Barak A. Pearlmutter [8c0e3f] automake tweaks: use implicit rules, check_PROG...
 mhash.spec.in 2014-05-25 Barak A. Pearlmutter Barak A. Pearlmutter [a2ad4c] Patch to mhash.spec.in from https://sourceforge...

Read Me

mhash README
===============================================================================

  OVERVIEW

  Description
  -----------

  The mhash library provides an easy way to access strong hashes such as MD5,
  SHA1 and other algorithms.

  Features
  --------

  The mhash library provides the following features:

   o  Free software (GNU Lesser General Public License)
   o  Reentrancy support
   o  Support for known strong algorithms
   o  Support for less-known algorithms such as GOST
   o  Should work on every ANSI C conforming platform

  Disclaimer
  ----------

  Please read the file COPYING before using mhash.
  
  Installation
  ------------

  For installing mhash under Unix please read the document INSTALL.

  New Versions
  ------------

  Information on how to retrieve new versions of mhash can be found on
  <URL:http://mhash.sourceforge.net>.

  Credits
  -------

  Please read the file AUTHORS.