• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CYGWIN-PATCHES/H07-May-2022-8263

doc/H07-May-2022-1,4421,196

include/H07-May-2022-1,462992

lib/H07-May-2022-12,0979,129

mhash-0.9.9/H08-Dec-2008-50,23140,849

src/H07-May-2022-1,5061,141

win32/H07-May-2022-332271

AUTHORSH A D04-Apr-2000456 149

COPYINGH A D04-Apr-200024.7 KiB483400

ChangeLogH A D05-Apr-200717.9 KiB620406

INSTALLH A D04-Apr-20007.6 KiB183143

Makefile.amH A D21-Feb-2007165 85

Makefile.inH A D05-Apr-200719.5 KiB638559

NEWSH A D05-Apr-20076.2 KiB173138

READMEH A D04-Feb-2001957 4328

THANKSH A D05-Apr-2007640 1816

TODOH A D12-Jan-2005877 2417

acinclude.m4H A D08-Jan-200688 43

aclocal.m4H A D05-Apr-2007256.9 KiB7,2996,543

buildconfH A D21-Jan-200194 85

changelog-update.shH A D04-Apr-2000116 21

config.guessH A D08-Nov-200643.2 KiB1,5011,289

config.statusH A D07-Dec-200834.9 KiB1,153951

config.subH A D08-Nov-200631.8 KiB1,6171,473

configureH A D05-Apr-2007842.7 KiB27,41922,243

configure.inH A D03-May-20224.7 KiB209159

depcompH A D12-Jan-200514.8 KiB523330

install-shH A D12-Jan-20059 KiB324189

libtoolH A D07-Dec-2008221.5 KiB7,8375,749

ltmain.shH A D19-Jun-2006192.1 KiB6,8725,424

mhash.specH A D07-Dec-20082.8 KiB9777

mhash.spec.inH A D21-Feb-20072.8 KiB9777

missingH A D12-Jan-200510.3 KiB354266

stamp-h1H A D08-Jan-200629 21

README

1mhash README ($Date: 2001/02/04 12:06:10 $)
2===============================================================================
3
4  OVERVIEW
5
6  Description
7  -----------
8
9  The mhash library provides an easy way to access strong hashes such as MD5,
10  SHA1 and other algorithms.
11
12  Features
13  --------
14
15  The mhash library provides the following features:
16
17   o  Free software (GNU Lesser General Public License)
18   o  Reentrancy support
19   o  Support for known strong algorithms
20   o  Support for less-known algorithms such as GOST
21   o  Should work on every ANSI C conforming platform
22
23  Disclaimer
24  ----------
25
26  Please read the file COPYING before using mhash.
27
28  Installation
29  ------------
30
31  For installing mhash under Unix please read the document INSTALL.
32
33  New Versions
34  ------------
35
36  Information on how to retrieve new versions of mhash can be found on
37  <URL:http://mhash.sourceforge.net>.
38
39  Credits
40  -------
41
42  Please read the file AUTHORS.
43