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)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Tue, 28 Mar 2017 12:28:52 +0000 (14:28 +0200)
commit8533e23b3d490b86018e3e227e623475ff498c6f
tree75c39274f0606f23555fdf08a8832f893b5ad717
parentec9a7a3b318e8f72e9c6f0128b3cc074243d9fa1
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