ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Digest-Hashcash/Hashcash.pm
(Generate patch)

Comparing Digest-Hashcash/Hashcash.pm (file contents):
Revision 1.5 by root, Thu Mar 3 17:24:30 2005 UTC vs.
Revision 1.6 by root, Tue Jul 21 05:01:01 2015 UTC

27 27
28require XSLoader; 28require XSLoader;
29 29
30no warnings; 30no warnings;
31 31
32$VERSION = 0.03; 32$VERSION = '1.0';
33 33
34XSLoader::load Digest::Hashcash, $VERSION; 34XSLoader::load Digest::Hashcash, $VERSION;
35 35
36=item $secs = estimate_time $size 36=item $secs = estimate_time $size
37 37
186 186
187=head1 SEE ALSO 187=head1 SEE ALSO
188 188
189L<http://www.hashcash.org>. 189L<http://www.hashcash.org>.
190 190
191=head1 SUPPORT FOR THE PERL MULTICORE SPECIFICATION
192
193This module supports the perl multicore specification
194(<http://perlmulticore.schmorp.de/>) for token generation of any length
195and size.
196
191=head1 BUGS 197=head1 BUGS
192 198
193 * There is a y2k+100 problem, as I always assume the same as Time::Local. 199 * There is a y2k+100 problem, as I always assume the same as Time::Local.
194 This is a problem with the hashcash specification, which specifies 200 This is a problem with the hashcash specification, which specifies
195 years as 2 digits :( 201 years as 2 digits :(

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines