Module zcash_primitives::sapling::keys[][src]

Expand description

Sapling key components.

Implements section 4.2.2 of the Zcash Protocol Specification.

Modules

Structs

A Sapling expanded spending key

A Sapling full viewing key

An outgoing viewing key

Constants

Functions

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