Skip to content

Commit f3d811b

Browse files
authored
fix: update the link from Scrypt to Argon2 (#183)
1 parent d968719 commit f3d811b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

password_hashing/scrypt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Sodium provides an implementation of the scrypt password hashing function.
44

5-
However, unless you have specific reasons to use scrypt, you should instead consider the default function, [Argon2](../password_hashing/the_argon2i_function.md).
5+
However, unless you have specific reasons to use scrypt, you should instead consider the default function, [Argon2](../password_hashing/default_phf.md).
66

77
## Example 1: key derivation
88

0 commit comments

Comments
 (0)