Skip to content

Commit

Permalink
version bump (devel)
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-m committed Oct 9, 2023
1 parent 676f8ac commit d0f1e84
Show file tree
Hide file tree
Showing 109 changed files with 109 additions and 109 deletions.
2 changes: 1 addition & 1 deletion lib/Crypt/AuthEnc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Crypt::AuthEnc;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

### not used

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/AuthEnc/CCM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Crypt::AuthEnc::CCM;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( ccm_encrypt_authenticate ccm_decrypt_verify )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/AuthEnc/ChaCha20Poly1305.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Crypt::AuthEnc::ChaCha20Poly1305;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( chacha20poly1305_encrypt_authenticate chacha20poly1305_decrypt_verify )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/AuthEnc/EAX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Crypt::AuthEnc::EAX;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( eax_encrypt_authenticate eax_decrypt_verify )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/AuthEnc/GCM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Crypt::AuthEnc::GCM;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( gcm_encrypt_authenticate gcm_decrypt_verify )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/AuthEnc/OCB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Crypt::AuthEnc::OCB;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( ocb_encrypt_authenticate ocb_decrypt_verify )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Checksum.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Crypt::Checksum;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw/ adler32_data adler32_data_hex adler32_data_int adler32_file adler32_file_hex adler32_file_int
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Checksum/Adler32.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Crypt::Checksum::Adler32;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Checksum Exporter);
our %EXPORT_TAGS = ( all => [qw( adler32_data adler32_data_hex adler32_data_int adler32_file adler32_file_hex adler32_file_int )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Checksum/CRC32.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Crypt::Checksum::CRC32;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Checksum Exporter);
our %EXPORT_TAGS = ( all => [qw( crc32_data crc32_data_hex crc32_data_int crc32_file crc32_file_hex crc32_file_int )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Crypt::Cipher;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use Carp;
$Carp::Internal{(__PACKAGE__)}++;
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/AES.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::AES;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/Anubis.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::Anubis;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/Blowfish.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::Blowfish;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/CAST5.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::CAST5;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/Camellia.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::Camellia;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/DES.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::DES;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/DES_EDE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::DES_EDE;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/IDEA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::IDEA;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/KASUMI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::KASUMI;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/Khazad.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::Khazad;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/MULTI2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::MULTI2;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/Noekeon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::Noekeon;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/RC2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::RC2;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/RC5.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::RC5;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/RC6.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::RC6;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/SAFERP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::SAFERP;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/SAFER_K128.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::SAFER_K128;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/SAFER_K64.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::SAFER_K64;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/SAFER_SK128.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::SAFER_SK128;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/SAFER_SK64.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::SAFER_SK64;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/SEED.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::SEED;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/Serpent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::Serpent;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/Skipjack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::Skipjack;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/Twofish.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::Twofish;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Cipher/XTEA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Cipher::XTEA;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Cipher);

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Digest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Crypt::Digest;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( digest_data digest_data_hex digest_data_b64 digest_data_b64u digest_file digest_file_hex digest_file_b64 digest_file_b64u )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Digest/BLAKE2b_160.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2b_160;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( blake2b_160 blake2b_160_hex blake2b_160_b64 blake2b_160_b64u blake2b_160_file blake2b_160_file_hex blake2b_160_file_b64 blake2b_160_file_b64u )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Digest/BLAKE2b_256.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2b_256;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( blake2b_256 blake2b_256_hex blake2b_256_b64 blake2b_256_b64u blake2b_256_file blake2b_256_file_hex blake2b_256_file_b64 blake2b_256_file_b64u )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Digest/BLAKE2b_384.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2b_384;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( blake2b_384 blake2b_384_hex blake2b_384_b64 blake2b_384_b64u blake2b_384_file blake2b_384_file_hex blake2b_384_file_b64 blake2b_384_file_b64u )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Digest/BLAKE2b_512.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2b_512;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( blake2b_512 blake2b_512_hex blake2b_512_b64 blake2b_512_b64u blake2b_512_file blake2b_512_file_hex blake2b_512_file_b64 blake2b_512_file_b64u )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Digest/BLAKE2s_128.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2s_128;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( blake2s_128 blake2s_128_hex blake2s_128_b64 blake2s_128_b64u blake2s_128_file blake2s_128_file_hex blake2s_128_file_b64 blake2s_128_file_b64u )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Digest/BLAKE2s_160.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2s_160;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( blake2s_160 blake2s_160_hex blake2s_160_b64 blake2s_160_b64u blake2s_160_file blake2s_160_file_hex blake2s_160_file_b64 blake2s_160_file_b64u )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Digest/BLAKE2s_224.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2s_224;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( blake2s_224 blake2s_224_hex blake2s_224_b64 blake2s_224_b64u blake2s_224_file blake2s_224_file_hex blake2s_224_file_b64 blake2s_224_file_b64u )] );
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/Digest/BLAKE2s_256.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Crypt::Digest::BLAKE2s_256;

use strict;
use warnings;
our $VERSION = '0.080_001';
our $VERSION = '0.080_002';

use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( blake2s_256 blake2s_256_hex blake2s_256_b64 blake2s_256_b64u blake2s_256_file blake2s_256_file_hex blake2s_256_file_b64 blake2s_256_file_b64u )] );
Expand Down
Loading

0 comments on commit d0f1e84

Please sign in to comment.