commit | e21d76abc28a30ebc035dc7bfc60b9e9a04667dc | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Jun 24 18:29:28 2022 +0000 |
committer | Eric Biggers <ebiggers@google.com> | Mon Jun 27 16:36:14 2022 +0000 |
tree | 4fe030dee62b2f4968e9439810009cf2ddf9842e | |
parent | a2f9e65a02e7285c192e61247bfb493d6db7ac1b [diff] |
SyntheticPasswordManager: fix naming of scrypt parameters scryptN, scryptR, and scryptP are really the log base 2 of the scrypt parameters N, R, and P -- not N, R, and P themselves as their names suggest. Rename them accordingly. No change in behavior; this is just a cleanup. Test: atest SyntheticPasswordTests Change-Id: I2b3bfe73e623ebf6f0f9d4de11f6e7d00d825522