Codebase list libcryptx-perl / 8ba8c7c
tuning pod/doc Karel Miko 4 years ago
3 changed file(s) with 7 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
6565 NAME => 'CryptX',
6666 VERSION_FROM => 'lib/CryptX.pm',
6767 AUTHOR => 'Karel Miko',
68 ABSTRACT => 'Crypto toolkit',
68 ABSTRACT => 'Cryptographic toolkit',
6969 MIN_PERL_VERSION => '5.006',
7070 LICENSE => 'perl_5',
7171 META_MERGE => { resources => { repository => 'https://github.com/DCIT/perl-CryptX', bugtracker => 'https://github.com/DCIT/perl-CryptX/issues' } },
00 # NAME
11
2 CryptX - Cryptographic toolkit (self-contained, no external libraries needed)
2 CryptX - Cryptographic toolkit
33
44 # DESCRIPTION
55
6 Cryptography in CryptX is based on [https://github.com/libtom/libtomcrypt](https://github.com/libtom/libtomcrypt)
7
8 Available modules:
6 Perl modules providing a cryptography based on [LibTomCrypt](https://github.com/libtom/libtomcrypt) library.
97
108 - Symmetric ciphers - see [Crypt::Cipher](https://metacpan.org/pod/Crypt::Cipher) and related modules
119
6967
7068 # COPYRIGHT
7169
72 Copyright (c) 2013+ DCIT, a.s. [https://www.dcit.cz](https://www.dcit.cz) / Karel Miko
70 Copyright (c) 2013-2020 DCIT, a.s. [https://www.dcit.cz](https://www.dcit.cz) / Karel Miko
5757
5858 =head1 NAME
5959
60 CryptX - Cryptographic toolkit (self-contained, no external libraries needed)
60 CryptX - Cryptographic toolkit
6161
6262 =head1 DESCRIPTION
6363
64 Cryptography in CryptX is based on L<https://github.com/libtom/libtomcrypt>
65
66 Available modules:
64 Perl modules providing a cryptography based on L<LibTomCrypt|https://github.com/libtom/libtomcrypt> library.
6765
6866 =over
6967
131129
132130 =head1 COPYRIGHT
133131
134 Copyright (c) 2013+ DCIT, a.s. L<https://www.dcit.cz> / Karel Miko
132 Copyright (c) 2013-2020 DCIT, a.s. L<https://www.dcit.cz> / Karel Miko
135133
136134 =cut