Skip to content

Commit

Permalink
Update hash.md (#6)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Wassim Mansouri authored Mar 20, 2024
1 parent 796b969 commit e72c729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-rust/crypto/hash.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Learn more at: https://en.wikipedia.org/wiki/Cryptographic_hash_function

Non-cryptographic hash functions provide weaker guarantees in exchange for performance. They are OK to use in specific scenarios and when you know that the input is not malicious.

An example of a cryptographic hash function is XXHash. Note the performance increase for XXHash over Blake2:
An example of a non-cryptographic hash function is XXHash. Note the performance increase for XXHash over Blake2:

| Hash Name | Width | Bandwidth (GB/s) | Small Data Velocity | Quality | Comment |
|:---------:|:-----:|:----------------:|:-------------------:|:-------:|:-------------:|
Expand Down

0 comments on commit e72c729

Please sign in to comment.