The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Digest::DJB32 - Digest::DJB fixed to 32bit

VERSION

version 0.002

SYNOPSIS

  use Digest::DJB32 qw(djb32);
  
  my $hash = djb32("abc123");

DESCRIPTION

Digest::DJB32 is an implementation of D. J. Bernstein's hash which returns a 32-bit unsigned value for any variable-length input string.

SEE ALSO

Digest::DJB

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.