Metadata-Version: 2.1
Name: vdntru
Version: 1.0.0
Summary: NTRU Encryption and Decryption using AES and RSA.
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: cryptography>=3.0

# NTRU Encryption and Decryption

`vdntru` is a Python library that provides secure encryption and decryption using AES and RSA techniques.

## Installation

