6 ms·
for scrypt, does r = 1 and p = 8, or are those values swapped in the pseudocode?
by mushrew 13y ago
for scrypt, does r = 1 and p = 8, or are those values swapped in the pseudocode?
- maxtaco 13y agoThanks for pointing that out, it's bug in the pseudocode, but it's right here in the params file (https://github.com/keybase/warpwallet/blob/master/src/json/params.json https://github.com/keybase/warpwallet/blob/master/src/json/p...). I'll fix it now.