rework crypto.py unittests for revised encryption
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 6 Apr 2017 15:56:09 +0000 (17:56 +0200)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 7 Aug 2017 12:02:45 +0000 (14:02 +0200)
commite24d6a8de5dac892e4dc7eea2c6b4777c19cd5fe
treec924c5be16ec6048c8a930753a0cc8818ea886aa
parent8cd37f3d3dd1bf7a2201dc959eab8bf108d5a01c
rework crypto.py unittests for revised encryption

Main changes:

    - Adjust usage to revised encryption handler.

    - Adapt to header format.

    - Adjust to changes in error passing (above all ``hdr_read()``).

    - Remove Scrypt or tag tests, these interfaces are no longer
      available.
testing/test_crypto.py