Hash multiple files in parallel and return an array of 32-character hex strings.
Each string is the individual xxHash3-128 digest of the corresponding file.
Parameters
paths: readonlystring[]
Array of file paths.
Optionalconcurrency: number
Max parallel file reads. Default 8.
OptionalthrowOnError: boolean
If false, returns all-zero hex for unreadable files. Default true.
Hash multiple files in parallel and return an array of 32-character hex strings. Each string is the individual xxHash3-128 digest of the corresponding file.