Skip to content

Commit af202e7

Browse files
committed
add links
1 parent ba27a84 commit af202e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/api/loaders.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -393,25 +393,25 @@ module.exports = function (source) {
393393
394394
`string`
395395
396-
The algorithm used for the hash.
396+
The encoding to use when generating the hash. See [output.hashDigest](/configuration/output/#outputhashdigest).
397397
398398
### this.hashDigestLength
399399
400400
`number`
401401
402-
The length of the hash.
402+
The prefix length of the hash digest to use. See [output.hashDigestLength](/configuration/output/#outputhashdigestlength).
403403
404404
### this.hashFunction
405405
406-
`string`
406+
`string` `function`
407407
408-
The hash function used.
408+
The hashing algorithm to use. See [output.hashFunction](/configuration/output/#outputhashfunction).
409409
410410
### this.hashSalt
411411
412412
`string`
413413
414-
The salt used for the hash.
414+
An optional salt to update the hash via Node.JS' [`hash.update`](https://nodejs.org/api/crypto.html#crypto_hash_update_data_inputencoding). See [output.hashSalt](/configuration/output/#outputhashsalt).
415415
416416
### this.importModule
417417

0 commit comments

Comments
 (0)