Skip to content

Commit 2f289cd

Browse files
authored
Update README.md
1 parent 75959fb commit 2f289cd

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ hasher = HashX()
5656
print(hasher.hash("Hello, World!")) # Example usage
5757
```
5858

59+
### **Output**
60+
```3F2A9D7B89C4E6A5D12F1E4B67A3C9D5E8F7B2A6C3D1E0F4B6A2D9C7E3F5A8B1```
61+
5962
## ⚙️ How It Works
6063

6164
1. **Initialization** – Hash state consists of **4 unique parts**, seeded for strong uniqueness.
@@ -72,7 +75,11 @@ HashX is being tested against **SHA-256, BLAKE3, xxHash, and MurmurHash3** for s
7275

7376
- **C and Rust Implementation** for ultra-fast performance.
7477
- **GPU Acceleration** using CUDA/OpenCL.
75-
- **Cryptographic Security Mode** for password hashing.
78+
- **Cryptographic Security Mode** for password hashing.
79+
80+
📢 **Have questions or feedback?**
81+
- 💬 Join discussions [here](https://github.com/ProgrammerKR/HashX/discussions)
82+
- 🐛 Found a bug? Report [here](https://github.com/ProgrammerKR/HashX/issues)
7683

7784
## 🤝 Contributing
7885

@@ -81,3 +88,4 @@ Contributions are welcome! Feel free to fork the repo, submit issues, or create
8188
## 📜 License
8289

8390
This project is open-source and available under the **MIT License**.
91+

0 commit comments

Comments
 (0)