Metadata-Version: 2.1
Name: crypto-cpp-py
Version: 1.3.0
Summary: This is a packaged crypto-cpp program
Home-page: https://github.com/software-mansion-labs/crypto-cpp-py.git
Author: Wojciech Szymczyk, Marcin Warchoł
Author-email: wojciech.szymczyk@swmansion.com, marcin.warchol@swmansion.com
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Requires-Dist: ecdsa (==0.18.0)
Requires-Dist: sympy (==1.11.1)
Provides-Extra: build
Requires-Dist: cmake (>=3.22.4) ; extra == 'build'

Crypto-cpp-py
=============
A python packaged `crypto-cpp <https://github.com/software-mansion-labs/crypto-cpp/tree/master>`_ library, that can be used for hashing and signing messages in starknet.


Dependencies
------------
- ecdsa,
- sympy,
- cmake [optional, for building package from sdist; can be installed with `pip install crypto-cpp-py[build]`]
