implement null-kdf to speed up testing
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 20 Mar 2017 16:35:45 +0000 (17:35 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commitc46c867055e6833329eb420c188a54e7c728ddf6
tree7a3dfcab7557fac8fb6d801b021c7e91a4316f08
parentdb1f3ac7a7d2bd44ed40b16ffeff43a669894d23
implement null-kdf to speed up testing

With “parameter version” zero, the KDF consists only of a trivial
string derived from the password so as to reduce runtime. (SCRYPT
takes about 48 seconds here with our parameters.)
deltatar/crypto.py