Metadata-Version: 2.1
Name: lana1028
Version: 0.1.1
Summary: LANA-1028: A custom encryption algorithm.
Home-page: https://github.com/yourusername/lana1028
Author: Tristan
Author-email: contactpgag@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# LANA-1028

LANA-1028 is a custom encryption algorithm designed for high security and strong cryptographic resistance. It uses a 1028-bit key, multiple rounds of encryption, and advanced substitution and permutation techniques to ensure data confidentiality.

## Features

- **1028-bit encryption key** for strong security
- **64 rounds** of encryption for enhanced protection
- **SHA-512-based key expansion**
- **Non-linear substitution (S-Box)** and **bitwise permutation (P-Box)**
- Easy-to-use API for encryption and decryption

## Installation

Install the package via pip:

```bash
pip install lana1028
