Make password hashing fast
This patch was authored by @fabianfett and released by @gwynne.
This is just a really quick patch to reduce the 320 allocations we have for hashing the password to something sensible (less than 10).
Result
In allocation analysis, password hashing doesn't appear as a biggy anymore.