Crypt::Random::Source::Weak::OpenSSLRand - Use L as a


Crypt-Random-Source-Weak-OpenSSLRand documentation  | view source Contained in the Crypt-Random-Source-Weak-OpenSSLRand distribution.

Index


NAME

Top

Crypt::Random::Source::Weak::OpenSSLRand - Use OpenSSL::Rand as a Crypt::Random::Source

SYNOPSIS

Top

	use Crypt::Random::Source::Weak::OpenSSLRand;

	my $source = Crypt::Random::Source::Weak::OpenSSLRand->new;

	my $ten_bytes = $source->get(10);

DESCRIPTION

Top

This module is a Crypt::Random::Source plugin that provides OpenSSL::Rand support.

METHODS

Top

Calls randbytes.

SEE ALSO

Top

Crypt::Random::Source, OpenSSL, OpenSSL::Rand

VERSION CONTROL

Top

This module is maintained using Darcs. You can get the latest version from http://nothingmuch.woobling.org/code, and use darcs send to commit changes.

AUTHOR

Top

Yuval Kogman <nothingmuch@woobling.org>

COPYRIGHT

Top


Crypt-Random-Source-Weak-OpenSSLRand documentation  | view source Contained in the Crypt-Random-Source-Weak-OpenSSLRand distribution.