NAME
Crypt::FDH - Full Domain Hash
VERSION
$Revision: 1.009 $
$Date: Sat Jun 10 00:08:07 PDT 2017 $
SYNOPSIS
Provides a Full Domain Hash of the input for cryptograhic uses.
use Crypt::FDH qw (hash);
my $fdh = hash(Size => 2048, Message => "Hello world!\n", Algorithm => 'SHA256');
SUBROUTINES
hash / hexhash / hexdigest / fdh
All of these names are aliases for one subroutine which returns a Full Domain Hash of the input message, as a hex number.
AUTHOR
Ashish Gulhati, <crypt-fdh at hash.neo.tc>
BUGS
Please report any bugs or feature requests to bug-crypt-fdh at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Crypt-FDH. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Crypt::FDH
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
Copyright (c) 2016-2017 Ashish Gulhati.
This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.
See http://www.perlfoundation.org/artistic_license_2_0 for the full license terms.