pub fn compute_app_secret_key(
master_key: &Fq,
app: &AztecAddress,
key_type: KeyType,
) -> FrExpand description
Compute an app-scoped secret key from a master key and app address.
app_key = poseidon2([master_key.hi, master_key.lo, app], domain_separator)