A Python binding for the crypto-cpp C++ library, providing efficient cryptographic primitives. Version 2.0.0 supports Python >=3.10 and includes key wrappers for elliptic curve operations, hashing, and signature verification. Maintained by Software Mansion Labs with monthly releases.
pip install crypto-cpp-pyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compute a single Pedersen hash.
Use .hex() on the result if you need a string.
Do not call underscored functions; use public API.
Always encode strings: b"data" or .encode()
No dependency data recorded yet.