https://github.com/software-mansion-labs/crypto-cpp-py
Python packaged crypto-cpp
https://github.com/software-mansion-labs/crypto-cpp-py
Last synced: 9 months ago
JSON representation
Python packaged crypto-cpp
- Host: GitHub
- URL: https://github.com/software-mansion-labs/crypto-cpp-py
- Owner: software-mansion-labs
- Created: 2022-05-17T15:17:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T09:26:41.000Z (9 months ago)
- Last Synced: 2025-04-11T02:13:45.288Z (9 months ago)
- Language: Python
- Size: 43.9 KB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Crypto-cpp-py
=============
A python packaged `crypto-cpp `_ library, that can be used for hashing and signing messages in starknet.
Dependencies
------------
- ecdsa,
- sympy,
- pywin32 (Windows only),
- cmake [optional, for building package from sdist; can be installed with `pip install crypto-cpp-py[build]`]
|
Changelog
=========
Version 1.4.5 (2024-11-20)
--------------------------
* Update `sympy `_ version to 1.12.1
Version 1.4.4 (2024-01-30)
--------------------------
* Add support for Python 3.12
Version 1.4.0 (2023-05-12)
--------------------------
* Add support for Windows
Version 1.3.1 (2023-04-27)
--------------------------
* Add support for Python 3.11
Version 1.3.0 (2023-04-20)
--------------------------
* Remove cairo-lang dependency
* Require ecdsa, sympy