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

NAME

ZMQ::Raw::Curve - ZeroMQ CURVE class

VERSION

version 0.04

DESCRIPTION

ZeroMQ CURVE function.

SYNOPSIS

        use ZMQ::Raw;

        my ($private, $public) = ZMQ::Raw::Curve->keypair();

METHODS

keypair( )

Create a new, generated random keypair consisting of a private and public key. Returns the private and public key in list context and only the private key in scalar context.

public( $private )

Derive the public key from a private key.

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.