[][src]Crate bip39

Python bindings for the tiny-bip39 crate

py-bip39-bindings provides bindings to the Rust create tiny-bip39, allowing mnemonic generation, validation and conversion to seed and mini-secret.

Functions

PyInit_bip39

This autogenerated function is called by the python interpreter when importing the module.

bip39_generate

Generates a new mnemonic

bip39_to_mini_secret

Create a mini-secret from a BIP39 phrase

bip39_to_seed

Creates a seed from a BIP39 phrase

bip39_validate

Validates a BIP39 phrase