Expand description
§Kaspa Wallet Keys
This crate provides tools for creating and managing Kaspa wallet keys. This includes extended key generation and derivation.
Modules§
- derivation
- Derivation utilities used by the integrated Kaspa Wallet API.
- derivation_
path - Implementation of the
DerivationPath
manager for arbitrary derivation paths. - error
- Error types used by the wallet framework.
- keypair
keypair
module encapsulatesKeypair
andPrivateKey
. TheKeypair
provides access to the secret and public keys.- prelude
- Re-exports of the most commonly used types and traits in this crate.
- privatekey
- Private Key
- privkeygen
PrivateKeyGenerator
helper for generating private key derivations from an extended private key (XPrv).- pubkeygen
PublicKeyGenerator
helper for generating public key derivations from an extended public key (XPub).- publickey
keypair
module encapsulatesKeypair
andPrivateKey
. TheKeypair
provides access to the secret and public keys.- result
Result
type alias bound to the frameworkError
enum.- secret
- Secret container for sensitive data. Performs data erasure (zeroization) on drop.
- types
- Key-related type aliases used by the wallet framework.
- xprv
- Extended private key (
XPrv
). - xpub
- Extended public key (
XPub
).