strip extraneous parameters from decryption handler ctor
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 10 Apr 2017 09:43:06 +0000 (11:43 +0200)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 7 Aug 2017 12:02:47 +0000 (14:02 +0200)
commit0bfa20470f4335a9cef88c2f32c43c8e303e1219
tree3cca2bfb5182173d2c8f0d60418f8a2bcb9849a3
parent8781fefdfbe3ed0563d261c55418ca1127cd996e
strip extraneous parameters from decryption handler ctor

Format and parameter version as well as the salt are supplied
from the headers. Decrypting should thus only require the
password and, depending on context, an explicit counter as well
as the list of valid IV fixed parts.
deltatar/crypto.py