Digest::base
NAMESYNOPSIS
DESCRIPTION
SEE ALSO
NAME
Digest::base − Digest base class
SYNOPSIS
package Digest::Foo;
use base 'Digest::base';
DESCRIPTION
The "Digest::base" class provide implementations of the methods "addfile" and "add_bits" in terms of "add", and of the methods "hexdigest" and "b64digest" in terms of "digest".
Digest implementations might want to inherit from this class to get this implementations of the alternative add and digest methods. A minimal subclass needs to implement the following methods by itself:
new
clone
add
digest
The arguments and expected behaviour of these methods are described in Digest.
SEE ALSO
Digest
More Linux Commands
manpages/helios.1.html
helios(1) - attraction/repulsion particle effects and some s
From Terry Walsh (http://reallyslick.com): Throw together some attraction/repulsion particle effects and some smooth surfaces and this is what you get. Its pret
manpages/gnutls_x509_crl_set_number.3.html
gnutls_x509_crl_set_number(3) - API function (Man Page).....
This function will set the CRLs number extension. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. SINCE 2.8.0 REPORTING
manpages/fwrite.3.html
fwrite(3) - binary stream input/output - Linux manual page
The function fread() reads nmemb elements of data, each size bytes long, from the stream pointed to by stream, storing them at the location given by ptr. The fu
manpages/use_tioctl.3ncurses.html
use_tioctl(3ncurses) miscellaneous curses utility routines
The unctrl routine returns a character string which is a printable representation of the character c, ignoring attributes. Control characters are displayed in t
manpages/iso_8859-7.7.html
iso-8859-7(7) - ISO 8859-7 character set encoded in octal, d
The ISO 8859 standard includes several 8-bit extensions to the ASCII character set (also known as ISO 646-IRV). ISO 8859-7 encodes the characters used in modern
manpages/perldata.1.html
perldata(1) - Perl data types (Commands - Linux man page)...
Variable names Perl has three built-in data types: scalars, arrays of scalars, and associative arrays of scalars, known as hashes. A scalar is a single string (
manpages/pal2rgb.1.html
pal2rgb(1) convert a palette color TIFF image to a full colo
Pal2rgb converts a palette color TIFF image to a full color image by applying the colormap of the palette image to each sample to generate a full color RGB imag
manpages/_llseek.2.html
_llseek(2) - reposition read/write file offset (Man Page)...
_llseek.2 - The _llseek() function repositions the offset of the open file associated with the file descriptor fd to (offset_high<<32) | offset_low bytes relati
manpages/Tcl_SaveInterpState.3.html
Tcl_SaveInterpState(3) - save and restore an interpreter's s
These routines allows a C procedure to take a snapshot of the current &#9474; state of an interpreter so that it can be restored after a call to &#9474; Tcl_Eva
manpages/isgraph.3.html
isgraph(3) - character classification routines (Man Page)...
These functions check whether c, which must have the value of an unsigned char or EOF, falls into a certain character class according to the specified locale. T
manpages/pdf2dsc.1.html
pdf2dsc(1) - generate a PostScript page list of a PDF docume
pdf2dsc uses gs(1) to read an Adobe Portable Document Format (PDF) document input.pdf and create a PostScript(tm) document output.dsc that conforms to Adobes Do
manpages/getusershell.3.html
getusershell(3) - get permitted user shells - Linux man page
The getusershell() function returns the next line from the file /etc/shells, opening the file if necessary. The line should contain the pathname of a valid user
