1libmd5(3LIB)                  Interface Libraries                 libmd5(3LIB)
2
3
4

NAME

6       libmd5 - MD5 hashing library
7

SYNOPSIS

9       cc [ flag... ] file... -lmd5 [ library... ]
10       #include <md5.h>
11
12

DESCRIPTION

14       Functions in this library provide MD5 hashing routines.
15

INTERFACES

17       The  shared  object  libmd5.so.1 provides the public interfaces defined
18       below. See Intro(3) for additional information on shared object  inter‐
19       faces.
20
21
22
23
24       MD5Final                      MD5Init
25       MD5Update                     md5_calc
26
27

FILES

29       /lib/libmd5.so.1       shared object
30
31
32       /lib/64/libmd5.so.1    64-bit shared object
33
34

ATTRIBUTES

36       See attributes(5) for description of the following attributes:
37
38
39
40
41       ┌─────────────────────────────┬─────────────────────────────┐
42       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
43       ├─────────────────────────────┼─────────────────────────────┤
44       │Availability                 │SUNWcsl (32-bit)             │
45       ├─────────────────────────────┼─────────────────────────────┤
46       │                             │SUNWcslx (64-bit)            │
47       ├─────────────────────────────┼─────────────────────────────┤
48       │MT-Level                     │MT−Safe                      │
49       └─────────────────────────────┴─────────────────────────────┘
50

SEE ALSO

52       Intro(3), attributes(5)
53
54
55
56SunOS 5.11                        24 Mar 2004                     libmd5(3LIB)
Impressum