]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Cipher/Stream.pm
Fix CryptX 0.062 functionality change
[chaz/p5-File-KDBX] / lib / File / KDBX / Cipher / Stream.pm
index 367619acbd1548bc0055420e2e251b5f1d081247..7ecb396854bc86a6dc707fa7be199119b8500c9e 100644 (file)
@@ -122,6 +122,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;
This page took 0.017309 seconds and 4 git commands to generate.