The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Crypt::HashCash::Coin::Blinded - Blinded HashCash Digital Cash Coin

VERSION

 $Revision: 1.129 $
 $Date: Tue Oct 16 16:56:37 PDT 2018 $

SYNOPSIS

  my $bcoinstr = $bcoin->as_string;

  my $bcoin = Crypt::HashCash::Coin::Blinded->from_string($bcoinstr);

DESCRIPTION

This class provides methods to serialize and deserialize a blinded HashCash coin.

METHODS

as_string

Serializes the blinded coin and returns a string representation of it.

from_string

Creates and returns a Crypt::HashCash::Coin::Blinded object from the string provided as the only argument.

AUTHOR

Ashish Gulhati, <crypt-hashcash at hash.neo.tc>

BUGS

Please report any bugs or feature requests to bug-crypt-hashcash at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Crypt-HashCash. 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::HashCash::Coin::Blinded

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright (c) Ashish Gulhati.

This software package is Open Software; you can use, redistribute, and/or modify it under the terms of the Open Artistic License 2.0.

Please see http://www.opensoftwr.org/oal20.txt for the full license terms, and ensure that the license grant applies to you before using or modifying this software. By using or modifying this software, you indicate your agreement with the license terms.