Skip to content

Commit 986eff8

Browse files
committed
Unify and properly link API index
1 parent 711267f commit 986eff8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ API
114114
---
115115

116116
- [bcrypt](#bcrypt)
117-
- [bcrypt.genSaltSync(rounds\*, seed_length\*)](#bcryptgensaltsyncrounds-seed_length)
118-
- [bcrypt.genSalt(rounds\*, seed_length\*, callback\*)](#bcryptgensaltrounds-seed_length-callback)
119-
- [bcrypt.hashSync(s, salt\*)](#bcrypthashsyncs-salt)
120-
- [bcrypt.hash(s, salt, callback)](#bcrypthashs-salt-callback)
117+
- [bcrypt.genSaltSync(rounds=, seed_length=)](#bcryptgensaltsyncrounds-seed_length)
118+
- [bcrypt.genSalt(rounds=, seed_length=, callback)](#bcryptgensaltrounds-seed_length-callback)
119+
- [bcrypt.hashSync(s, salt=)](#bcrypthashsyncs-salt)
120+
- [bcrypt.hash(s, salt, callback, progressCallback=)](#bcrypthashs-salt-callback-progresscallback)
121121
- [bcrypt.compareSync(s, hash)](#bcryptcomparesyncs-hash)
122-
- [bcrypt.compare(s, hash, callback)](#bcryptcompares-hash-callback)
122+
- [bcrypt.compare(s, hash, callback, progressCallback=)](#bcryptcompares-hash-callback-progresscallback)
123123
- [bcrypt.getRounds(hash)](#bcryptgetroundshash)
124124
- [bcrypt.getSalt(hash)](#bcryptgetsalthash)
125125

0 commit comments

Comments
 (0)