Skip to content

Use faster password hashing in tests

vlorentz requested to merge faster-hash into master

PBKDF2 was taking about 30% of the runtime on my computer, possibly more on Jenkins.

This should fix timeouts we have been getting on Jenkins lately (cc @rboyer)

Merge request reports