NAME

Algorithm::LSH::Hash - Base class for Algorithm::LSH::Hash::XXX

SYNOPSYS

package MyHash;
use baes qw(Algorithm::LSH::Hash);

sub do_hashing {
   # do something
}

1;  

METHODS

new

AUTHOR

Takeshi Miki <miki@cpan.org>

LICENSE

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

SEE ALSO