pub fn get_spend_public_key(keys: &ViewPair, index: Index) -> PublicKey
Expand description

Compute the spend public key S' = mG + S at index i from the view pair (v, S).

If index is equal to zero return S as S'.