sunos man page for libmd5

Query: libmd5

OS: sunos

Section: 3lib

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

libmd5(3LIB)							Interface Libraries						      libmd5(3LIB)

NAME
libmd5 - MD5 hashing library
SYNOPSIS
cc [ flag... ] file... -lmd5 [ library... ] #include <md5.h>
DESCRIPTION
Functions in this library provide MD5 hashing routines.
INTERFACES
The shared object libmd5.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object inter- faces. MD5Final MD5Init MD5Update md5_calc
FILES
/lib/libmd5.so.1 shared object /lib/64/libmd5.so.1 64-bit shared object
ATTRIBUTES
See attributes(5) for description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
intro(3), attributes(5) SunOS 5.10 24 Mar 2004 libmd5(3LIB)
Related Man Pages
libadm(3lib) - sunos
libefi(3lib) - sunos
libmp(3lib) - sunos
liby(3lib) - sunos
libaio(3lib) - centos
Similar Topics in the Unix Linux Community
C Minimal Perfect Hashing Library 0.8 (Default branch)
Linear hashing implementation in C language