-
-
02 Oct 2011 10:14:32 UTC
- Distribution: Digest
- Module version: 1.16
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (2686 / 2 / 0)
- Kwalitee
Bus factor: 5- 65.49% Coverage
- License: perl_5
- Perl: v5.4.0
- Activity
24 month- Tools
- Download (8.82KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- MIME::Base64
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Digest::base - Digest base class
SYNOPSIS
package Digest::Foo; use base 'Digest::base';
DESCRIPTION
The
Digest::base
class provide implementations of the methodsaddfile
andadd_bits
in terms ofadd
, and of the methodshexdigest
andb64digest
in terms ofdigest
.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
Module Install Instructions
To install Digest, copy and paste the appropriate command in to your terminal.
cpanm Digest
perl -MCPAN -e shell install Digest
For more information on module installation, please visit the detailed CPAN module installation guide.