Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thevilledev authored Nov 25, 2024
1 parent 97a51a7 commit 7e1b428
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 @@ -14,7 +14,7 @@ All credit for the algorithm goes to [N-R-K](https://github.com/N-R-K).
- Deterministic
- Fast
- No dependencies
- Three ways to use ChibiHash:
- Multiple ways to use ChibiHash:
1. **Direct Hashing**: One-shot hashing using `chibi_hash64()`
2. **Simple Hasher**: Basic implementation using `ChibiHasher` (implements `std::hash::Hasher`)
3. **Streaming Hasher**: Memory-efficient streaming with `StreamingChibiHasher` (implements `std::hash::Hasher`)
Expand Down Expand Up @@ -80,4 +80,4 @@ Copy-paste from the original repository. Same applies here.
## License

MIT. The original C version is under the Unlicense.
MIT. The original C version is under the Unlicense.

0 comments on commit 7e1b428

Please sign in to comment.