Expand description
A crate for Zcash key and address management.
zcash_keys
contains Rust structs, traits and functions for creating Zcash spending
and viewing keys and addresses.
§Feature flags
transparent-inputs
— Enables use of transparent key parts and addressesorchard
— Enables use of Orchard key parts and addressessapling
— Enables use of Sapling key parts and addressestest-dependencies
— Exposes APIs that are useful for testing, such asproptest
strategies.
§Experimental features
unstable-frost
— Exposes unstable APIs that are compatible with FROST key managementunstable
— Exposes unstable APIs. Their behaviour may change at any time.
Modules§
- Structs for handling supported address types.
- Encoding and decoding functions for Zcash key and address structs.
- keys
orchard
orsapling
ortransparent-inputs
Helper functions for managing light client key material.