Skip to content

Commit

Permalink
Refactor (#35)
Browse files Browse the repository at this point in the history
* Update README

Signed-off-by: txaty <txaty@proton.me>
  • Loading branch information
txaty authored Nov 24, 2023
1 parent 0c221d8 commit f0dd44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ func myHashFunc(data []byte) ([]byte, error) {
}
```

> **Critical Advisory:** It's essential to ensure that the hash functions employed by parallel algorithms are *
*concurrent-safe**.
> **Critical Advisory:** It's essential to ensure that the hash functions employed by parallel algorithms are
*concurrent-safe*.
> `DefaultHashFunc`, which is the default hash function used for tasks executed sequentially in this library, does NOT
> offer concurrent-safety, given its re-utilization of the same SHA256 digest.
Expand Down

0 comments on commit f0dd44c

Please sign in to comment.