Code review comment for lp:~chipaca/snappy/auth

Revision history for this message
Tyler Hicks (tyhicks) wrote :

> The multiple choice of algorithms are precisely because I benchmarked them on
> the bbb. sha512crypt is the only one that gives sub-second performance; scrypt
> takes about 30 seconds.

Then is scrypt even an option? This MP has 'var DefaultAlg = SCRYPT' and crypt.Write() unconditionally uses SCRYPT.

« Back to merge proposal