Metadata-Version: 2.1
Name: liebniz
Version: 1.0.0
Summary: Leibniz Secure Algorithm (LSA) implementation
Home-page: https://github.com/Marvex18/leibniz
Author: Akinsunlade Marvelous
Author-email: akinmarvelous2022@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy

# Liebniz Library

Liebniz is a Python library for quantum-resistant mathematical operations. It uses high-precision arithmetic and modular reduction techniques to handle large computations securely.

## Features
- Elliptic curve modular computations
- Chaos functions
- Quantum-resistant primitives

## Installation
```bash
pip install liebniz
