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

NAME

FTN::Crypt::Constants - Common constants for the FTN::Crypt module.

SYNOPSIS

    use FTN::Crypt::Constants;

    $FTN::Crypt::Constants::ENC_METHODS{PGP5}; # true

CONSTANTS

  • %ENC_METHODS - supported encryption methods.

  • $ENC_NODELIST_FLAG - nodelist flag.

  • $ENC_MESSAGE_KLUDGE - message encryption kludge.

AUTHOR

Petr Antonov, <pietro@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2019 by Petr Antonov

This library is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses at https://opensource.org/licenses/Artistic-1.0, and http://www.gnu.org/licenses/gpl-2.0.html.

This package is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantability and fitness for a particular purpose.