Metadata-Version: 2.4
Name: fast-stark-crypto
Version: 0.3.1a0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Stark Crypto Wrapper

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

## Description

The Stark Crypto Wrapper is a powerful library that provides a convenient interface for working with cryptographic operations in your applications. It abstracts away the complexities of low-level cryptographic algorithms and provides a simple and intuitive API for developers.

## Features

- **Hashing**: Generate secure hash values for data integrity verification.
- **Digital Signatures**: Sign and verify data using digital signatures for authentication and integrity.

## Installation

TODO
