Skip to content

Commit fb889c3

Browse files
authored
Update README.md
1 parent eb90455 commit fb889c3

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1-
# HashX - High-Performance 256-bit Hashing Algorithm
1+
# HashX High-Performance 256-bit Hashing Algorithm
22

3-
HashX is an ultra-fast, efficient, and **secure 256-bit hashing algorithm** designed for **data integrity verification, indexing, checksums, and non-cryptographic applications**.
3+
<p align="center">
4+
<img src="https://img.shields.io/badge/Version-1.0-blue.svg" />
5+
<img src="https://img.shields.io/badge/License-MIT-green.svg" />
6+
<img src="https://img.shields.io/github/stars/ProgrammerKR/HashX.svg?style=flat" />
7+
<img src="https://img.shields.io/github/forks/ProgrammerKR/HashX.svg?style=flat" />
8+
<img src="https://img.shields.io/github/downloads/ProgrammerKR/HashX/total" />
9+
<img src="https://img.shields.io/github/repo-size/ProgrammerKR/HashX" />
10+
<img src="https://img.shields.io/github/issues/ProgrammerKR/HashX" />
11+
<img src="https://img.shields.io/badge/Python-3.8%2B-blue.svg" />
12+
<img src="https://img.shields.io/github/last-commit/ProgrammerKR/HashX" />
13+
<img src="https://img.shields.io/badge/Platform-Linux%20%7C%20Windows%20%7C%20MacOS-lightgrey.svg" />
14+
</p>
415

5-
Built with **multi-threading, optimized bitwise operations, and an advanced mixing function**, HashX delivers exceptional **speed, collision resistance, and scalability**.
16+
---
17+
18+
#### HashX is an ultra-fast, efficient, and **secure 256-bit hashing algorithm** designed for **data integrity verification, indexing, checksums, and non-cryptographic applications**.
19+
20+
#### Built with **multi-threading, optimized bitwise operations, and an advanced mixing function**, HashX delivers exceptional **speed, collision resistance, and scalability**.
621

722
## 🚀 Features & Enhancements
823

@@ -15,6 +30,8 @@ Built with **multi-threading, optimized bitwise operations, and an advanced mixi
1530
**Strong Avalanche Effect** – Small input changes drastically modify the hash.
1631
**Cross-Platform & Extensible** – Works seamlessly in Python, with future support planned for C/Rust.
1732

33+
----
34+
1835
## 📥 Installation
1936

2037
Clone the repository:

0 commit comments

Comments
 (0)