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

Commit bc173d60 authored by Bo Zhu's avatar Bo Zhu Committed by android-build-merger
Browse files

Merge "Minor correction to the javadoc to match implementation" into pi-dev am: 3cda0f29

am: b7a004d6

Change-Id: I0536dcdfdf9bacc9c26cea1118640ef832d526d9
parents 53e78d61 b7a004d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ public final class KeyDerivationParams implements Parcelable {
     * Creates instance of the class to to derive keys using salted SHA256 hash.
     *
     * <p>The salted SHA256 hash is computed over the concatenation of four byte strings, salt_len +
     * salt + key_material_len + key_material, where salt_len and key_material_len are one-byte, and
     * salt + key_material_len + key_material, where salt_len and key_material_len are 4-byte, and
     * denote the number of bytes for salt and key_material, respectively.
     */
    public static @NonNull KeyDerivationParams createSha256Params(@NonNull byte[] salt) {