This is a friendly fork of the crypto
module from the pytezos project, containing only the cryptographic utilities from the upstream repository, located at pytezos/crypto.
The purpose of this fork is to provide the cryptographic functionalities of pytezos
while keeping dependencies to a minimum. The upstream project includes a large number of additional dependencies such as Jupyter Notebook which are unnecessary for those seeking only the cryptographic utilities. This fork extracts the core crypto
functionality and eliminates non-essential dependencies.
This project is not intended to diverge from the upstream. Please submit all proposed changes to the upstream project first, and only open Pull Requests here after those changes have been accepted upstream.
pip install pytezos-crypto
This fork only includes the essential cryptographic dependencies:
base58
mnemonic
libnacl
coincurve
fastecdsa
The upstream pytezos project has a much broader set of dependencies, supporting a variety of additional features beyond cryptography, including container management, CLI tools, and notebook integrations.
For usage details, refer to the original pytezos documentation. This fork maintains API compatibility for the crypto
module while streamlining dependencies.
This project follows the same MIT license as the original pytezos
project. See the LICENSE file for more details.