Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/com/google/firebase/auth/hash/Scrypt.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Represents the Scrypt password hashing algorithm. This is the
* <a href="https://github.com/firebase/scrypt">modified Scrypt algorithm</a> used by
* Firebase Auth. See {@link StandardScrypt} for the standard Scrypt algorithm. Can be used as an
* instance of {@link com.google.firebase.auth.UserImportHash} when importing users.
* instance of {@link com.google.firebase.auth.UserImportHash} when importing users. This is the default algorithm for passwords.
*/
public final class Scrypt extends RepeatableHash {

Expand Down