Skip to content

Commit d52c5b8

Browse files
authored
Update README.md
1 parent 6f6e368 commit d52c5b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ⚡ HashX – High-Performance 256-bit Hashing Algorithm
1+
# ⚡ HashX – High-Performance 512-bit Hashing Algorithm
22
<h2 align="center"> The simplest & fastest open-source hashing library!</h2>
33

44
---
@@ -26,7 +26,7 @@
2626

2727
**High-Speed Processing** – Optimized bitwise operations and low-level transformations.
2828
**Multi-Threaded Execution** – Parallel chunk processing for increased speed.
29-
**256-bit Strong Hash Output** – Reduces collisions while maintaining efficiency.
29+
**512-bit Strong Hash Output** – Reduces collisions while maintaining efficiency.
3030
**Advanced Mixing Function** – Inspired by MurmurHash3 for better diffusion.
3131
**Bitwise Rotation Optimization** – Faster and more secure state transformations.
3232
**Lightweight & Scalable** – Low memory usage, works on large data sets.
@@ -67,7 +67,7 @@ print(hasher.hash("Hello, World!")) # Example usage
6767
2. **Chunk Processing** – Data is split into **64-bit blocks**, processed in **parallel threads**.
6868
3. **Bitwise Mixing & Rotation** – Advanced scrambling ensures strong randomness.
6969
4. **Finalization Rounds** – Enhanced diffusion eliminates weak patterns.
70-
5. **Output Generation**256-bit hexadecimal hash is returned.
70+
5. **Output Generation**512-bit hexadecimal hash is returned.
7171

7272
## 🔬 Benchmarking
7373

0 commit comments

Comments
 (0)