Crypt::Random::Source::Base::RandomDevice - Base class for random devices


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

Index


NAME

Top

Crypt::Random::Source::Base::RandomDevice - Base class for random devices

SYNOPSIS

Top

    use Moose;

    extends qw(Crypt::Random::Source::Base::RandomDevice);

    sub default_path { "/dev/myrandom" }

DESCRIPTION

Top

This is a base class for random device sources.

See Crypt::Random::Source::Strong::devrandom and Crypt::Random::Source::Weak::devurandom for actual implementations.

AUTHOR

Top

  Yuval Kogman <nothingmuch@woobling.org>

COPYRIGHT AND LICENSE

Top


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