Function compute_app_siloed_shared_secret
pub fn compute_app_siloed_shared_secret(
shared_secret: EmbeddedCurvePoint,
contract_address: AztecAddress,
) -> Field
pub fn compute_app_siloed_shared_secret(
shared_secret: EmbeddedCurvePoint,
contract_address: AztecAddress,
) -> Field
Computes an app-siloed shared secret from a raw ECDH shared secret point and a contract address.
s_app = h(DOM_SEP__APP_SILOED_ECDH_SHARED_SECRET, S.x, S.y, contract_address)