Constant zebra_chain::sapling::spend::SHARED_ANCHOR_SPEND_SIZE
source ยท pub(crate) const SHARED_ANCHOR_SPEND_SIZE: u64 = _; // 352u64
Expand description
The size of a spend with a shared anchor, including associated fields.
A Spend contains: a 32 byte cv, a 32 byte anchor (transaction V4 only), a 32 byte nullifier, a 32 byte rk, a 192 byte zkproof (serialized separately in V5), and a 64 byte spendAuthSig (serialized separately in V5).