Metadata-Version: 2.1
Name: naplock
Version: 2.2.1
Summary: A cryptographic key pair generator for secure communication.
Author: Akinsunlade Marvelous
Author-email: akinmarvelous2022@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

# naplock

A cryptographic key pair generator for secure communication.

## Description

This library securely generate cryptographic key pairs with this lightweight library, enabling robust encryption, decryption, and digital signature capabilities.

## Features

- Generate public-private key pairs
- Supports multiple cryptographic algorithms
- Lightweight and efficient

## Installation

Install the library using pip:

```bash
pip install naplock
