crypto-cpp-py

This is a packaged crypto-cpp program


Install
pip install crypto-cpp-py==1.4.4

Documentation

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.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