pub fn compute_ovsk_app(
master_outgoing_viewing_key: &Fq,
app: &AztecAddress,
) -> FqExpand description
Compute the app-scoped outgoing viewing secret key.
Returns GrumpkinScalar (Fq) because the result is used for scalar
multiplication when encrypting outgoing note logs.