Crypto utils ============ This package provides a set of tools for working with cryptographic keys and key stores. Seed phrases ------------ Seed phrases are a list of words that can be used to generate a master private key. This master private key can then be used to derive other private keys for different blockchains. .. automodule:: xchainpy2_crypto.utils :members: Keystore -------- .. automodule:: xchainpy2_crypto.keystore :members: