File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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---
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
67672 . ** Chunk Processing** – Data is split into ** 64-bit blocks** , processed in ** parallel threads** .
68683 . ** Bitwise Mixing & Rotation** – Advanced scrambling ensures strong randomness.
69694 . ** 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
You can’t perform that action at this time.
0 commit comments