[][src]Module zcash_primitives::keys

Sapling key components.

Implements section 4.2.2 of the Zcash Protocol Specification.

Structs

ExpandedSpendingKey

A Sapling expanded spending key

FullViewingKey

A Sapling full viewing key

OutgoingViewingKey

An outgoing viewing key

Constants

PRF_EXPAND_PERSONALIZATION

Functions

prf_expand

PRF^expand(sk, t) := BLAKE2b-512("Zcash_ExpandSeed", sk || t)

prf_expand_vec