package CryptX; use strict; use warnings ; our $VERSION = '0.021'; require XSLoader; XSLoader::load('CryptX', $VERSION); 1; __END__ =head1 NAME CryptX - Crypto toolkit (self-contained no external libraries needed) =head1 DESCRIPTION Cryptography in CryptX is based on L Currently available modules: =over =item * Ciphers - see L and related modules L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L =item * Block cipher modes L, L, L, L, L =item * Authenticated encryption modes L, L, L, L =item * Hash Functions - see L and related modules L, L, L, L, L, L, L, L, L, L, L, L, L, L, L =item * Message Authentication Codes L, L, L, L, L, L =item * Public key cryptography L, L, L, L =item * Cryptographically secure random number generators L, L, L, L, L =item * Key derivation functions - PBKDF1, PBKFD2 and HKDF L =back =head1 LICENSE This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 COPYRIGHT Copyright (c) 2013 DCIT, a.s. L / Karel Miko