strip extraneous parameters from decryption handler ctor
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 10 Apr 2017 09:43:06 +0000 (11:43 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commit3dd082df61d626e42dc2ed98ea157b273f3d1262
tree853360dd52ae7648f122e000ffb5193ffb28630e
parent36b9932a9d37d2728a5b55df7869fa9601dc254f
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