return collected fixed iv parts from .close() when encrypting
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Tue, 28 Mar 2017 12:28:06 +0000 (14:28 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commit963d0db414ae2fbd11476bd638e7c62fb9e38d43
tree2257e8b2d3eb2c13135740404676ec26d07c17b8
parent50710d8659ea58a6698ddc09a5074091c6da77bc
return collected fixed iv parts from .close() when encrypting

Provisional implementation for dumping the IVs in the info file
that will be superseded once the crypto context can be provided
to tarfile by the user.
deltatar/crypto.py
deltatar/tarfile.py