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

NAME

ZMQ::Raw::Z85 - ZeroMQ Z85 methods

VERSION

version 0.22

DESCRIPTION

SYNOPSIS

METHODS

encode( $decoded )

Encode $decoded. The length of $decoded shall be divisible by 4.

decode( $encoded )

Decode $encoded. The length of $encoded shall be divisible by 5.

AUTHOR

Jacques Germishuys <jacquesg@striata.com>

LICENSE AND COPYRIGHT

Copyright 2017 Jacques Germishuys.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.