Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8562e498 authored by Rubin Xu's avatar Rubin Xu Committed by android-build-merger
Browse files

Merge "Merge "Reduce scrypt time in synthetic password flow" into oc-dev am:...

Merge "Merge "Reduce scrypt time in synthetic password flow" into oc-dev am: 71e0fcbf" into oc-dev-plus-aosp
am: f4152987

Change-Id: I64fa2758635e64e053f9ab98c3092b851d88ee41
parents 629d2e7a f4152987
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ public class SyntheticPasswordManager {
    // 256-bit synthetic password
    private static final byte SYNTHETIC_PASSWORD_LENGTH = 256 / 8;

    private static final int PASSWORD_SCRYPT_N = 13;
    private static final int PASSWORD_SCRYPT_N = 11;
    private static final int PASSWORD_SCRYPT_R = 3;
    private static final int PASSWORD_SCRYPT_P = 1;
    private static final int PASSWORD_SALT_LENGTH = 16;