Metadata-Version: 2.1
Name: hydrocrypto
Version: 0.1.0
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Security :: Cryptography
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
License-File: LICENSE
Keywords: telegram crypto cryptography mtproto aes
Author-email: Anand <anandpskerala@gmail.com>
License: LGPL-3.0-or-later
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

## HydroCrypto

> Cryptography Extension for Hydrogram

**HydroCrypto** is a Cryptography Library written in __Rust__ as a Python extension using pyo3.<br/><br/>
It is designed to be portable, fast, easy to install and use. 
**HydroCrypto** is intended for **[Hydrogram](https://github.com/hydrogram/hydrogram)**.

**HydroCrypto** uses the `AES-IGE` and `AES-CTR` for the **Telegram MTProto and CDN**

## Requirements

- `Python 3.8 or higher`

## Installation

```
$ pip install hydrocrypto
```

## License 

`LGPLV3+` _© 2024 - present_ **_Anand_**

