]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Cipher/Stream.pm
Version 0.905
[chaz/p5-File-KDBX] / lib / File / KDBX / Cipher / Stream.pm
index ee029982cbe35863249d2853669a244453884343..3dfa07a57aa1a75433a13abb3e93b889dab226c4 100644 (file)
@@ -14,7 +14,7 @@ use namespace::clean;
 
 extends 'File::KDBX::Cipher';
 
-our $VERSION = '0.904'; # VERSION
+our $VERSION = '0.905'; # VERSION
 
 
 has 'counter',  is => 'ro', default => 0;
@@ -86,6 +86,7 @@ sub _stream {
                 $counter = int($offset / 64);
                 $pos = $offset % 64;
             }
+            load $pkg;
             my $s = $pkg->new($self->key, $self->iv, $counter);
             # seek to correct position within block
             $s->keystream($pos) if $pos;
@@ -123,7 +124,7 @@ File::KDBX::Cipher::Stream - A cipher stream encrypter/decrypter
 
 =head1 VERSION
 
-version 0.904
+version 0.905
 
 =head1 SYNOPSIS
 
This page took 0.020451 seconds and 4 git commands to generate.