implement null-kdf to speed up testing
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 20 Mar 2017 16:35:45 +0000 (17:35 +0100)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 20 Mar 2017 16:35:53 +0000 (17:35 +0100)
commit4ceda877f6305174240245f1b0b40ceef063e83f
tree357b05e0f32a1e3855ea03e596502b813189f867
parent9d72063b0c6077febf5a726f6a70e081481870cc
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