TuviKeyDerivationLib is a .NET library for hierarchical key derivation based on BIP-32 and BIP-39 standards, supporting secure key management and generation functionalities.
- Hierarchical key derivation using BIP-32
- BIP-39 mnemonic seed phrase generation
- Handles both public and private key derivation
- Exception handling for key creation process
WIP
WIP
Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.
This project is licensed under the Apache License 2.0 - See the LICENSE for details.
- Based on BIP-32: Bitcoin Improvement Proposals
- Based on BIP-39: Mnemonic Code Converter