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

Commit f4152987 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
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
parents ff93a475 735b7117
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,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;