Skip to content
Commit e21d76ab authored by Eric Biggers's avatar Eric Biggers
Browse files

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
parent a2f9e65a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment