1libmd5(3LIB) Interface Libraries libmd5(3LIB)
2
3
4
6 libmd5 - MD5 hashing library
7
9 cc [ flag... ] file... -lmd5 [ library... ]
10 #include <md5.h>
11
12
14 Functions in this library provide MD5 hashing routines.
15
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
29 /lib/libmd5.so.1 shared object
30
31
32 /lib/64/libmd5.so.1 64-bit shared object
33
34
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
52 Intro(3), attributes(5)
53
54
55
56SunOS 5.11 24 Mar 2004 libmd5(3LIB)